Html Css Color HEX #7F9906 Olive

📋 copy color: '#7F9906'

red 127 ◦ green 153 ◦ blue 6

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

Shades of Olive #7F9906

Tints of Olive #7F9906

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.5%

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 44.41%
G = 53.5%
B = 2.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#7F9906 (or 0x7F9906) is known color: Olive. HEX triplet: 7F, 99 and 06. RGB value is (127,153,6). Sum of RGB (Red+Green+Blue) = 127+153+6=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9906 is #8066F9. Grayscale: #818181. Windows color (decimal): -8414970 or 432511. OLE color: 432511.

HSL color Cylindrical-coordinate representation of color #7F9906: hue angle of 70.61º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F9906 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 6 -
CMYK 0.17 0 0.96 0.4
HSL 70.61º 0.92% 0.31% -
HSV(B) 70.61º 0.96% 0.6% -
XYZ 20.18 27.31 4.38 -
YUV 128.47 58.89 126.95 -
System Red Green Blue C M Y K H S L
Decimal 127 153 6 0.17 0 0.96 0.4 70.61 0.92 0.31
Hex 7F 99 6 11 0 60 28 47 5C 1F
Octal 177 231 6 21 0 140 50 107 134 37
Binary 1111111 10011001 110 10001 0 1100000 101000 1000111 1011100 11111

Color Harmonies of #7F9906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9906

Black with #7F9906

Text Example


Text Example

White with #7F9906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,153,6); }

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

background-color css

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

 a { background-color: rgb(127,153,6); }

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

border-color css

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

 span { border-color: rgb(127,153,6); }

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