Html Css Color HEX #72862A Olive Drab

📋 copy color: '#72862A'

red 114 ◦ green 134 ◦ blue 42

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

Shades of Olive Drab #72862A

Tints of Olive Drab #72862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

 BLUE value IS 42 (16.8% from 255) = 14.48%

R = 39.31%
G = 46.21%
B = 14.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#72862A (or 0x72862A) is known color: Olive Drab. HEX triplet: 72, 86 and 2A. RGB value is (114,134,42). Sum of RGB (Red+Green+Blue) = 114+134+42=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #72862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72862A is #8D79D5. Grayscale: #757575. Windows color (decimal): -9271766 or 2786930. OLE color: 2786930.

HSL color Cylindrical-coordinate representation of color #72862A: hue angle of 73.04º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72862A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 42 -
CMYK 0.15 0 0.69 0.47
HSL 73.04º 0.52% 0.35% -
HSV(B) 73.04º 0.69% 0.53% -
XYZ 15.88 20.79 5.37 -
YUV 117.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 114 134 42 0.15 0 0.69 0.47 73.04 0.52 0.35
Hex 72 86 2A F 0 45 2F 49 34 23
Octal 162 206 52 17 0 105 57 111 64 43
Binary 1110010 10000110 101010 1111 0 1000101 101111 1001001 110100 100011

Color Harmonies of #72862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72862A

Black with #72862A

Text Example


Text Example

White with #72862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72862A; }

 p { color: rgb(114,134,42); }

 H1.HeaderClassName
 {
   color: #72862A;
 }
 .AnyTagClassName
 {
   color: #72862A;
 }
</style>

background-color css

<style>
 a { background-color: #72862A; }

 a { background-color: rgb(114,134,42); }

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

border-color css

<style>
 span { border-color: #72862A; }

 span { border-color: rgb(114,134,42); }

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