Html Css Color HEX #758E14 Olive Drab

📋 copy color: '#758E14'

red 117 ◦ green 142 ◦ blue 20

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

Shades of Olive Drab #758E14

Tints of Olive Drab #758E14

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.9%

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 41.94%
G = 50.9%
B = 7.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#758E14 (or 0x758E14) is known color: Olive Drab. HEX triplet: 75, 8E and 14. RGB value is (117,142,20). Sum of RGB (Red+Green+Blue) = 117+142+20=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #758E14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758E14 is #8A71EB. Grayscale: #797979. Windows color (decimal): -9073132 or 1347189. OLE color: 1347189.

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

Color convert

RGB 117 142 20 -
CMYK 0.18 0 0.86 0.44
HSL 72.3º 0.75% 0.32% -
HSV(B) 72.3º 0.86% 0.56% -
XYZ 17.14 23.18 4.23 -
YUV 120.62 71.22 125.42 -
System Red Green Blue C M Y K H S L
Decimal 117 142 20 0.18 0 0.86 0.44 72.3 0.75 0.32
Hex 75 8E 14 12 0 56 2C 48 4B 20
Octal 165 216 24 22 0 126 54 110 113 40
Binary 1110101 10001110 10100 10010 0 1010110 101100 1001000 1001011 100000

Color Harmonies of #758E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E14

Black with #758E14

Text Example


Text Example

White with #758E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758E14; }

 p { color: rgb(117,142,20); }

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

background-color css

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

 a { background-color: rgb(117,142,20); }

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

border-color css

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

 span { border-color: rgb(117,142,20); }

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