Html Css Color HEX #72882B Olive Drab

📋 copy color: '#72882B'

red 114 ◦ green 136 ◦ blue 43

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

Shades of Olive Drab #72882B

Tints of Olive Drab #72882B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 38.91%
G = 46.42%
B = 14.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#72882B (or 0x72882B) is known color: Olive Drab. HEX triplet: 72, 88 and 2B. RGB value is (114,136,43). Sum of RGB (Red+Green+Blue) = 114+136+43=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #72882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72882B is #8D77D4. Grayscale: #777777. Windows color (decimal): -9271253 or 2852978. OLE color: 2852978.

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

Color convert

RGB 114 136 43 -
CMYK 0.16 0 0.68 0.47
HSL 74.19º 0.52% 0.35% -
HSV(B) 74.19º 0.68% 0.53% -
XYZ 16.18 21.36 5.56 -
YUV 118.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 114 136 43 0.16 0 0.68 0.47 74.19 0.52 0.35
Hex 72 88 2B 10 0 44 2F 4A 34 23
Octal 162 210 53 20 0 104 57 112 64 43
Binary 1110010 10001000 101011 10000 0 1000100 101111 1001010 110100 100011

Color Harmonies of #72882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72882B

Black with #72882B

Text Example


Text Example

White with #72882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72882B; }

 p { color: rgb(114,136,43); }

 H1.HeaderClassName
 {
   color: #72882B;
 }
 .AnyTagClassName
 {
   color: #72882B;
 }
</style>

background-color css

<style>
 a { background-color: #72882B; }

 a { background-color: rgb(114,136,43); }

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

border-color css

<style>
 span { border-color: #72882B; }

 span { border-color: rgb(114,136,43); }

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