Html Css Color HEX #72871E Olive Drab

📋 copy color: '#72871E'

red 114 ◦ green 135 ◦ blue 30

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

Shades of Olive Drab #72871E

Tints of Olive Drab #72871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.39%

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 40.86%
G = 48.39%
B = 10.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#72871E (or 0x72871E) is known color: Olive Drab. HEX triplet: 72, 87 and 1E. RGB value is (114,135,30). Sum of RGB (Red+Green+Blue) = 114+135+30=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #72871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72871E is #8D78E1. Grayscale: #757575. Windows color (decimal): -9271522 or 2000754. OLE color: 2000754.

HSL color Cylindrical-coordinate representation of color #72871E: hue angle of 72º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72871E is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 30 -
CMYK 0.16 0 0.78 0.47
HSL 72º 0.64% 0.32% -
HSV(B) 72º 0.78% 0.53% -
XYZ 15.84 21 4.45 -
YUV 116.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 114 135 30 0.16 0 0.78 0.47 72 0.64 0.32
Hex 72 87 1E 10 0 4E 2F 48 40 20
Octal 162 207 36 20 0 116 57 110 100 40
Binary 1110010 10000111 11110 10000 0 1001110 101111 1001000 1000000 100000

Color Harmonies of #72871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72871E

Black with #72871E

Text Example


Text Example

White with #72871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72871E; }

 p { color: rgb(114,135,30); }

 H1.HeaderClassName
 {
   color: #72871E;
 }
 .AnyTagClassName
 {
   color: #72871E;
 }
</style>

background-color css

<style>
 a { background-color: #72871E; }

 a { background-color: rgb(114,135,30); }

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

border-color css

<style>
 span { border-color: #72871E; }

 span { border-color: rgb(114,135,30); }

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