Html Css Color HEX #759914 Olive Drab

📋 copy color: '#759914'

red 117 ◦ green 153 ◦ blue 20

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

Shades of Olive Drab #759914

Tints of Olive Drab #759914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.76%

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

R = 40.34%
G = 52.76%
B = 6.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#759914 (or 0x759914) is known color: Olive Drab. HEX triplet: 75, 99 and 14. RGB value is (117,153,20). Sum of RGB (Red+Green+Blue) = 117+153+20=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #759914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759914 is #8A66EB. Grayscale: #7F7F7F. Windows color (decimal): -9070316 or 1350005. OLE color: 1350005.

HSL color Cylindrical-coordinate representation of color #759914: hue angle of 76.24º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #759914 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 20 -
CMYK 0.24 0 0.87 0.4
HSL 76.24º 0.77% 0.34% -
HSV(B) 76.24º 0.87% 0.6% -
XYZ 18.85 26.61 4.81 -
YUV 127.07 67.57 120.81 -
System Red Green Blue C M Y K H S L
Decimal 117 153 20 0.24 0 0.87 0.4 76.24 0.77 0.34
Hex 75 99 14 18 0 57 28 4C 4D 22
Octal 165 231 24 30 0 127 50 114 115 42
Binary 1110101 10011001 10100 11000 0 1010111 101000 1001100 1001101 100010

Color Harmonies of #759914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759914

Black with #759914

Text Example


Text Example

White with #759914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759914; }

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

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

background-color css

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

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

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

border-color css

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

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

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