Html Css Color HEX #72852F Olive Drab

📋 copy color: '#72852F'

red 114 ◦ green 133 ◦ blue 47

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

Shades of Olive Drab #72852F

Tints of Olive Drab #72852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.24%

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 38.78%
G = 45.24%
B = 15.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#72852F (or 0x72852F) is known color: Olive Drab. HEX triplet: 72, 85 and 2F. RGB value is (114,133,47). Sum of RGB (Red+Green+Blue) = 114+133+47=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #72852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72852F is #8D7AD0. Grayscale: #757575. Windows color (decimal): -9272017 or 3114354. OLE color: 3114354.

HSL color Cylindrical-coordinate representation of color #72852F: hue angle of 73.26º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72852F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 47 -
CMYK 0.14 0 0.65 0.48
HSL 73.26º 0.48% 0.35% -
HSV(B) 73.26º 0.65% 0.52% -
XYZ 15.84 20.56 5.82 -
YUV 117.52 88.21 125.49 -
System Red Green Blue C M Y K H S L
Decimal 114 133 47 0.14 0 0.65 0.48 73.26 0.48 0.35
Hex 72 85 2F E 0 41 30 49 30 23
Octal 162 205 57 16 0 101 60 111 60 43
Binary 1110010 10000101 101111 1110 0 1000001 110000 1001001 110000 100011

Color Harmonies of #72852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72852F

Black with #72852F

Text Example


Text Example

White with #72852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72852F; }

 p { color: rgb(114,133,47); }

 H1.HeaderClassName
 {
   color: #72852F;
 }
 .AnyTagClassName
 {
   color: #72852F;
 }
</style>

background-color css

<style>
 a { background-color: #72852F; }

 a { background-color: rgb(114,133,47); }

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

border-color css

<style>
 span { border-color: #72852F; }

 span { border-color: rgb(114,133,47); }

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