Html Css Color HEX #72971D Olive Drab

📋 copy color: '#72971D'

red 114 ◦ green 151 ◦ blue 29

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

Shades of Olive Drab #72971D

Tints of Olive Drab #72971D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.36%

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 38.78%
G = 51.36%
B = 9.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#72971D (or 0x72971D) is known color: Olive Drab. HEX triplet: 72, 97 and 1D. RGB value is (114,151,29). Sum of RGB (Red+Green+Blue) = 114+151+29=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #72971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72971D is #8D68E2. Grayscale: #7E7E7E. Windows color (decimal): -9267427 or 1939314. OLE color: 1939314.

HSL color Cylindrical-coordinate representation of color #72971D: hue angle of 78.2º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72971D is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 151 29 -
CMYK 0.25 0 0.81 0.41
HSL 78.2º 0.68% 0.35% -
HSV(B) 78.2º 0.81% 0.59% -
XYZ 18.23 25.8 5.18 -
YUV 126.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 114 151 29 0.25 0 0.81 0.41 78.2 0.68 0.35
Hex 72 97 1D 19 0 51 29 4E 44 23
Octal 162 227 35 31 0 121 51 116 104 43
Binary 1110010 10010111 11101 11001 0 1010001 101001 1001110 1000100 100011

Color Harmonies of #72971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72971D

Black with #72971D

Text Example


Text Example

White with #72971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72971D; }

 p { color: rgb(114,151,29); }

 H1.HeaderClassName
 {
   color: #72971D;
 }
 .AnyTagClassName
 {
   color: #72971D;
 }
</style>

background-color css

<style>
 a { background-color: #72971D; }

 a { background-color: rgb(114,151,29); }

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

border-color css

<style>
 span { border-color: #72971D; }

 span { border-color: rgb(114,151,29); }

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