Html Css Color HEX #7F9A04 Olive

📋 copy color: '#7F9A04'

red 127 ◦ green 154 ◦ blue 4

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

Shades of Olive #7F9A04

Tints of Olive #7F9A04

RGB

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

 GREEN value IS 154 (60.55% from 255) = 54.04%

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

R = 44.56%
G = 54.04%
B = 1.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#7F9A04 (or 0x7F9A04) is known color: Olive. HEX triplet: 7F, 9A and 04. RGB value is (127,154,4). Sum of RGB (Red+Green+Blue) = 127+154+4=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #7F9A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9A04 is #8065FB. Grayscale: #818181. Windows color (decimal): -8414716 or 301695. OLE color: 301695.

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

Color convert

RGB 127 154 4 -
CMYK 0.18 0 0.97 0.40
HSL 70.8º 0.95% 0.31% -
HSV(B) 70.8º 0.97% 0.6% -
XYZ 20.33 27.63 4.38 -
YUV 128.83 57.55 126.7 -
System Red Green Blue C M Y K H S L
Decimal 127 154 4 0.18 0 0.97 0.40 70.8 0.95 0.31
Hex 7F 9A 4 12 0 61 28 47 5F 1F
Octal 177 232 4 22 0 141 50 107 137 37
Binary 1111111 10011010 100 10010 0 1100001 101000 1000111 1011111 11111

Color Harmonies of #7F9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9A04

Black with #7F9A04

Text Example


Text Example

White with #7F9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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