Html Css Color HEX #759412 Olive Drab

📋 copy color: '#759412'

red 117 ◦ green 148 ◦ blue 18

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

Shades of Olive Drab #759412

Tints of Olive Drab #759412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 41.34%
G = 52.3%
B = 6.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#759412 (or 0x759412) is known color: Olive Drab. HEX triplet: 75, 94 and 12. RGB value is (117,148,18). Sum of RGB (Red+Green+Blue) = 117+148+18=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #759412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759412 is #8A6BED. Grayscale: #7C7C7C. Windows color (decimal): -9071598 or 1217653. OLE color: 1217653.

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

Color convert

RGB 117 148 18 -
CMYK 0.21 0 0.88 0.42
HSL 74.31º 0.78% 0.33% -
HSV(B) 74.31º 0.88% 0.58% -
XYZ 18.04 25.01 4.45 -
YUV 123.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 117 148 18 0.21 0 0.88 0.42 74.31 0.78 0.33
Hex 75 94 12 15 0 58 2A 4A 4E 21
Octal 165 224 22 25 0 130 52 112 116 41
Binary 1110101 10010100 10010 10101 0 1011000 101010 1001010 1001110 100001

Color Harmonies of #759412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759412

Black with #759412

Text Example


Text Example

White with #759412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759412; }

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

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

background-color css

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

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

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

border-color css

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

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

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