Html Css Color HEX #729415 Olive Drab

📋 copy color: '#729415'

red 114 ◦ green 148 ◦ blue 21

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

Shades of Olive Drab #729415

Tints of Olive Drab #729415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 40.28%
G = 52.3%
B = 7.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#729415 (or 0x729415) is known color: Olive Drab. HEX triplet: 72, 94 and 15. RGB value is (114,148,21). Sum of RGB (Red+Green+Blue) = 114+148+21=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #729415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729415 is #8D6BEA. Grayscale: #7B7B7B. Windows color (decimal): -9268203 or 1414258. OLE color: 1414258.

HSL color Cylindrical-coordinate representation of color #729415: hue angle of 76.06º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #729415 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 21 -
CMYK 0.23 0 0.86 0.42
HSL 76.06º 0.75% 0.33% -
HSV(B) 76.06º 0.86% 0.58% -
XYZ 17.66 24.81 4.57 -
YUV 123.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 114 148 21 0.23 0 0.86 0.42 76.06 0.75 0.33
Hex 72 94 15 17 0 56 2A 4C 4B 21
Octal 162 224 25 27 0 126 52 114 113 41
Binary 1110010 10010100 10101 10111 0 1010110 101010 1001100 1001011 100001

Color Harmonies of #729415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729415

Black with #729415

Text Example


Text Example

White with #729415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729415; }

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

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

background-color css

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

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

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

border-color css

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

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

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