Html Css Color HEX #739015 Olive Drab

📋 copy color: '#739015'

red 115 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #739015

Tints of Olive Drab #739015

RGB

 RED value IS 115 (45.31% from 255) = 41.07%

 GREEN value IS 144 (56.64% from 255) = 51.43%

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

R = 41.07%
G = 51.43%
B = 7.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#739015 (or 0x739015) is known color: Olive Drab. HEX triplet: 73, 90 and 15. RGB value is (115,144,21). Sum of RGB (Red+Green+Blue) = 115+144+21=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #739015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739015 is #8C6FEA. Grayscale: #797979. Windows color (decimal): -9203691 or 1413235. OLE color: 1413235.

HSL color Cylindrical-coordinate representation of color #739015: hue angle of 74.15º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #739015 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 21 -
CMYK 0.20 0 0.85 0.44
HSL 74.15º 0.75% 0.32% -
HSV(B) 74.15º 0.85% 0.56% -
XYZ 17.18 23.65 4.37 -
YUV 121.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 115 144 21 0.20 0 0.85 0.44 74.15 0.75 0.32
Hex 73 90 15 14 0 55 2C 4A 4B 20
Octal 163 220 25 24 0 125 54 112 113 40
Binary 1110011 10010000 10101 10100 0 1010101 101100 1001010 1001011 100000

Color Harmonies of #739015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739015

Black with #739015

Text Example


Text Example

White with #739015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739015; }

 p { color: rgb(115,144,21); }

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

background-color css

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

 a { background-color: rgb(115,144,21); }

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

border-color css

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

 span { border-color: rgb(115,144,21); }

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