Html Css Color HEX #72770C Olive

📋 copy color: '#72770C'

red 114 ◦ green 119 ◦ blue 12

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

Shades of Olive #72770C

Tints of Olive #72770C

RGB

 RED value IS 114 (44.92% from 255) = 46.53%

 GREEN value IS 119 (46.88% from 255) = 48.57%

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 46.53%
G = 48.57%
B = 4.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#72770C (or 0x72770C) is known color: Olive. HEX triplet: 72, 77 and 0C. RGB value is (114,119,12). Sum of RGB (Red+Green+Blue) = 114+119+12=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #72770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72770C is #8D88F3. Grayscale: #696969. Windows color (decimal): -9275636 or 817010. OLE color: 817010.

HSL color Cylindrical-coordinate representation of color #72770C: hue angle of 62.8º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72770C is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 12 -
CMYK 0.04 0 0.90 0.53
HSL 62.8º 0.82% 0.26% -
HSV(B) 62.8º 0.9% 0.47% -
XYZ 13.6 16.8 2.87 -
YUV 105.31 75.34 134.2 -
System Red Green Blue C M Y K H S L
Decimal 114 119 12 0.04 0 0.90 0.53 62.8 0.82 0.26
Hex 72 77 C 4 0 5A 35 3F 52 1A
Octal 162 167 14 4 0 132 65 77 122 32
Binary 1110010 1110111 1100 100 0 1011010 110101 111111 1010010 11010

Color Harmonies of #72770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72770C

Black with #72770C

Text Example


Text Example

White with #72770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72770C; }

 p { color: rgb(114,119,12); }

 H1.HeaderClassName
 {
   color: #72770C;
 }
 .AnyTagClassName
 {
   color: #72770C;
 }
</style>

background-color css

<style>
 a { background-color: #72770C; }

 a { background-color: rgb(114,119,12); }

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

border-color css

<style>
 span { border-color: #72770C; }

 span { border-color: rgb(114,119,12); }

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