Html Css Color HEX #759015 Olive Drab

📋 copy color: '#759015'

red 117 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #759015

Tints of Olive Drab #759015

RGB

 RED value IS 117 (46.09% from 255) = 41.49%

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

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

R = 41.49%
G = 51.06%
B = 7.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#759015 (or 0x759015) is known color: Olive Drab. HEX triplet: 75, 90 and 15. RGB value is (117,144,21). Sum of RGB (Red+Green+Blue) = 117+144+21=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #759015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759015 is #8A6FEA. Grayscale: #7A7A7A. Windows color (decimal): -9072619 or 1413237. OLE color: 1413237.

HSL color Cylindrical-coordinate representation of color #759015: hue angle of 73.17º 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 #759015 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 21 -
CMYK 0.19 0 0.85 0.44
HSL 73.17º 0.75% 0.32% -
HSV(B) 73.17º 0.85% 0.56% -
XYZ 17.44 23.78 4.38 -
YUV 121.91 71.05 124.5 -
System Red Green Blue C M Y K H S L
Decimal 117 144 21 0.19 0 0.85 0.44 73.17 0.75 0.32
Hex 75 90 15 13 0 55 2C 49 4B 20
Octal 165 220 25 23 0 125 54 111 113 40
Binary 1110101 10010000 10101 10011 0 1010101 101100 1001001 1001011 100000

Color Harmonies of #759015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759015

Black with #759015

Text Example


Text Example

White with #759015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759015; }

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

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

background-color css

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

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

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

border-color css

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

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

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