Html Css Color HEX #72941C Olive Drab

📋 copy color: '#72941C'

red 114 ◦ green 148 ◦ blue 28

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

Shades of Olive Drab #72941C

Tints of Olive Drab #72941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.03%

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 39.31%
G = 51.03%
B = 9.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#72941C (or 0x72941C) is known color: Olive Drab. HEX triplet: 72, 94 and 1C. RGB value is (114,148,28). Sum of RGB (Red+Green+Blue) = 114+148+28=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #72941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72941C is #8D6BE3. Grayscale: #7C7C7C. Windows color (decimal): -9268196 or 1873010. OLE color: 1873010.

HSL color Cylindrical-coordinate representation of color #72941C: hue angle of 77º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72941C is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 28 -
CMYK 0.23 0 0.81 0.42
HSL 77º 0.68% 0.35% -
HSV(B) 77º 0.81% 0.58% -
XYZ 17.74 24.84 4.96 -
YUV 124.15 73.74 120.76 -
System Red Green Blue C M Y K H S L
Decimal 114 148 28 0.23 0 0.81 0.42 77 0.68 0.35
Hex 72 94 1C 17 0 51 2A 4D 44 23
Octal 162 224 34 27 0 121 52 115 104 43
Binary 1110010 10010100 11100 10111 0 1010001 101010 1001101 1000100 100011

Color Harmonies of #72941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72941C

Black with #72941C

Text Example


Text Example

White with #72941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72941C; }

 p { color: rgb(114,148,28); }

 H1.HeaderClassName
 {
   color: #72941C;
 }
 .AnyTagClassName
 {
   color: #72941C;
 }
</style>

background-color css

<style>
 a { background-color: #72941C; }

 a { background-color: rgb(114,148,28); }

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

border-color css

<style>
 span { border-color: #72941C; }

 span { border-color: rgb(114,148,28); }

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