Html Css Color HEX #7F9001 Olive

📋 copy color: '#7F9001'

red 127 ◦ green 144 ◦ blue 1

#7F9001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #7F9001

Tints of Olive #7F9001

RGB

 RED value IS 127 (50% from 255) = 46.69%

 GREEN value IS 144 (56.64% from 255) = 52.94%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 46.69%
G = 52.94%
B = 0.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7F9001 (or 0x7F9001) is known color: Olive. HEX triplet: 7F, 90 and 01. RGB value is (127,144,1). Sum of RGB (Red+Green+Blue) = 127+144+1=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #7F9001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9001 is #806FFE. Grayscale: #7B7B7B. Windows color (decimal): -8417279 or 102527. OLE color: 102527.

HSL color Cylindrical-coordinate representation of color #7F9001: hue angle of 67.13º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F9001 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 144 1 -
CMYK 0.12 0 0.99 0.44
HSL 67.13º 0.99% 0.28% -
HSV(B) 67.13º 0.99% 0.56% -
XYZ 18.73 24.46 3.76 -
YUV 122.62 59.37 131.13 -
System Red Green Blue C M Y K H S L
Decimal 127 144 1 0.12 0 0.99 0.44 67.13 0.99 0.28
Hex 7F 90 1 C 0 63 2C 43 63 1C
Octal 177 220 1 14 0 143 54 103 143 34
Binary 1111111 10010000 1 1100 0 1100011 101100 1000011 1100011 11100

Color Harmonies of #7F9001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9001

Black with #7F9001

Text Example


Text Example

White with #7F9001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F9001; }

 p { color: rgb(127,144,1); }

 H1.HeaderClassName
 {
   color: #7F9001;
 }
 .AnyTagClassName
 {
   color: #7F9001;
 }
</style>

background-color css

<style>
 a { background-color: #7F9001; }

 a { background-color: rgb(127,144,1); }

 div.DivClassName
 {
   background-color: #7F9001;
 }
 .BgClassName
 {
   background-color: #7F9001;
 }
</style>

border-color css

<style>
 span { border-color: #7F9001; }

 span { border-color: rgb(127,144,1); }

 td.TdClassName
 {
   border-color: #7F9001;
 }
 .TagClassName
 {
   border-color: #7F9001;
 }
</style>