Html Css Color HEX #759810 Olive Drab

📋 copy color: '#759810'

red 117 ◦ green 152 ◦ blue 16

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

Shades of Olive Drab #759810

Tints of Olive Drab #759810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 41.05%
G = 53.33%
B = 5.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#759810 (or 0x759810) is known color: Olive Drab. HEX triplet: 75, 98 and 10. RGB value is (117,152,16). Sum of RGB (Red+Green+Blue) = 117+152+16=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #759810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759810 is #8A67EF. Grayscale: #7E7E7E. Windows color (decimal): -9070576 or 1087605. OLE color: 1087605.

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

Color convert

RGB 117 152 16 -
CMYK 0.23 0 0.89 0.40
HSL 75.44º 0.81% 0.33% -
HSV(B) 75.44º 0.89% 0.6% -
XYZ 18.66 26.28 4.58 -
YUV 126.03 65.9 121.56 -
System Red Green Blue C M Y K H S L
Decimal 117 152 16 0.23 0 0.89 0.40 75.44 0.81 0.33
Hex 75 98 10 17 0 59 28 4B 51 21
Octal 165 230 20 27 0 131 50 113 121 41
Binary 1110101 10011000 10000 10111 0 1011001 101000 1001011 1010001 100001

Color Harmonies of #759810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759810

Black with #759810

Text Example


Text Example

White with #759810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759810; }

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

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

background-color css

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

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

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

border-color css

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

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

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