Html Css Color HEX #759411 Olive Drab

📋 copy color: '#759411'

red 117 ◦ green 148 ◦ blue 17

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

Shades of Olive Drab #759411

Tints of Olive Drab #759411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 41.49%
G = 52.48%
B = 6.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#759411 (or 0x759411) is known color: Olive Drab. HEX triplet: 75, 94 and 11. RGB value is (117,148,17). Sum of RGB (Red+Green+Blue) = 117+148+17=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #759411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759411 is #8A6BEE. Grayscale: #7C7C7C. Windows color (decimal): -9071599 or 1152117. OLE color: 1152117.

HSL color Cylindrical-coordinate representation of color #759411: hue angle of 74.2º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #759411 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 17 -
CMYK 0.21 0 0.89 0.42
HSL 74.2º 0.79% 0.32% -
HSV(B) 74.2º 0.89% 0.58% -
XYZ 18.03 25 4.41 -
YUV 123.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 117 148 17 0.21 0 0.89 0.42 74.2 0.79 0.32
Hex 75 94 11 15 0 59 2A 4A 4F 20
Octal 165 224 21 25 0 131 52 112 117 40
Binary 1110101 10010100 10001 10101 0 1011001 101010 1001010 1001111 100000

Color Harmonies of #759411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759411

Black with #759411

Text Example


Text Example

White with #759411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759411; }

 p { color: rgb(117,148,17); }

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

background-color css

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

 a { background-color: rgb(117,148,17); }

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

border-color css

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

 span { border-color: rgb(117,148,17); }

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