Html Css Color HEX #759818 Olive Drab

📋 copy color: '#759818'

red 117 ◦ green 152 ◦ blue 24

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

Shades of Olive Drab #759818

Tints of Olive Drab #759818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.88%

 BLUE value IS 24 (9.77% from 255) = 8.19%

R = 39.93%
G = 51.88%
B = 8.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#759818 (or 0x759818) is known color: Olive Drab. HEX triplet: 75, 98 and 18. RGB value is (117,152,24). Sum of RGB (Red+Green+Blue) = 117+152+24=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #759818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759818 is #8A67E7. Grayscale: #7F7F7F. Windows color (decimal): -9070568 or 1611893. OLE color: 1611893.

HSL color Cylindrical-coordinate representation of color #759818: hue angle of 76.41º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #759818 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 24 -
CMYK 0.23 0 0.84 0.40
HSL 76.41º 0.73% 0.35% -
HSV(B) 76.41º 0.84% 0.6% -
XYZ 18.73 26.3 4.95 -
YUV 126.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 117 152 24 0.23 0 0.84 0.40 76.41 0.73 0.35
Hex 75 98 18 17 0 54 28 4C 49 23
Octal 165 230 30 27 0 124 50 114 111 43
Binary 1110101 10011000 11000 10111 0 1010100 101000 1001100 1001001 100011

Color Harmonies of #759818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759818

Black with #759818

Text Example


Text Example

White with #759818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759818; }

 p { color: rgb(117,152,24); }

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

background-color css

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

 a { background-color: rgb(117,152,24); }

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

border-color css

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

 span { border-color: rgb(117,152,24); }

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