Html Css Color HEX #72840C Olive

📋 copy color: '#72840C'

red 114 ◦ green 132 ◦ blue 12

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

Shades of Olive #72840C

Tints of Olive #72840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.16%

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

R = 44.19%
G = 51.16%
B = 4.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#72840C (or 0x72840C) is known color: Olive. HEX triplet: 72, 84 and 0C. RGB value is (114,132,12). Sum of RGB (Red+Green+Blue) = 114+132+12=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #72840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72840C is #8D7BF3. Grayscale: #717171. Windows color (decimal): -9272308 or 820338. OLE color: 820338.

HSL color Cylindrical-coordinate representation of color #72840C: hue angle of 69º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72840C is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 132 12 -
CMYK 0.14 0 0.91 0.48
HSL 69º 0.83% 0.28% -
HSV(B) 69º 0.91% 0.52% -
XYZ 15.26 20.11 3.42 -
YUV 112.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 114 132 12 0.14 0 0.91 0.48 69 0.83 0.28
Hex 72 84 C E 0 5B 30 45 53 1C
Octal 162 204 14 16 0 133 60 105 123 34
Binary 1110010 10000100 1100 1110 0 1011011 110000 1000101 1010011 11100

Color Harmonies of #72840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72840C

Black with #72840C

Text Example


Text Example

White with #72840C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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