Html Css Color HEX #7F9C04 Olive

📋 copy color: '#7F9C04'

red 127 ◦ green 156 ◦ blue 4

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

Shades of Olive #7F9C04

Tints of Olive #7F9C04

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.36%

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 44.25%
G = 54.36%
B = 1.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#7F9C04 (or 0x7F9C04) is known color: Olive. HEX triplet: 7F, 9C and 04. RGB value is (127,156,4). Sum of RGB (Red+Green+Blue) = 127+156+4=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #7F9C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9C04 is #8063FB. Grayscale: #828282. Windows color (decimal): -8414204 or 302207. OLE color: 302207.

HSL color Cylindrical-coordinate representation of color #7F9C04: hue angle of 71.45º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F9C04 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 156 4 -
CMYK 0.19 0 0.97 0.39
HSL 71.45º 0.95% 0.31% -
HSV(B) 71.45º 0.97% 0.61% -
XYZ 20.66 28.3 4.49 -
YUV 130 56.89 125.86 -
System Red Green Blue C M Y K H S L
Decimal 127 156 4 0.19 0 0.97 0.39 71.45 0.95 0.31
Hex 7F 9C 4 13 0 61 27 47 5F 1F
Octal 177 234 4 23 0 141 47 107 137 37
Binary 1111111 10011100 100 10011 0 1100001 100111 1000111 1011111 11111

Color Harmonies of #7F9C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9C04

Black with #7F9C04

Text Example


Text Example

White with #7F9C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,156,4); }

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

background-color css

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

 a { background-color: rgb(127,156,4); }

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

border-color css

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

 span { border-color: rgb(127,156,4); }

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