Html Css Color HEX #7F9E02 Olive

📋 copy color: '#7F9E02'

red 127 ◦ green 158 ◦ blue 2

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

Shades of Olive #7F9E02

Tints of Olive #7F9E02

RGB

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

 GREEN value IS 158 (62.11% from 255) = 55.05%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 44.25%
G = 55.05%
B = 0.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#7F9E02 (or 0x7F9E02) is known color: Olive. HEX triplet: 7F, 9E and 02. RGB value is (127,158,2). Sum of RGB (Red+Green+Blue) = 127+158+2=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9E02 is #8061FD. Grayscale: #838383. Windows color (decimal): -8413694 or 171647. OLE color: 171647.

HSL color Cylindrical-coordinate representation of color #7F9E02: hue angle of 71.92º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F9E02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 158 2 -
CMYK 0.20 0 0.99 0.38
HSL 71.92º 0.98% 0.31% -
HSV(B) 71.92º 0.99% 0.62% -
XYZ 20.99 28.97 4.54 -
YUV 130.95 55.23 125.18 -
System Red Green Blue C M Y K H S L
Decimal 127 158 2 0.20 0 0.99 0.38 71.92 0.98 0.31
Hex 7F 9E 2 14 0 63 26 48 62 1F
Octal 177 236 2 24 0 143 46 110 142 37
Binary 1111111 10011110 10 10100 0 1100011 100110 1001000 1100010 11111

Color Harmonies of #7F9E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9E02

Black with #7F9E02

Text Example


Text Example

White with #7F9E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,158,2); }

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

background-color css

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

 a { background-color: rgb(127,158,2); }

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

border-color css

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

 span { border-color: rgb(127,158,2); }

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