#759823

Color #759823 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #759823

Tints of Olive Drab #759823

Color information

#759823 (or 0x759823) is unknown color: approx Olive Drab. HEX triplet: 75, 98 and 23. RGB value is (117,152,35). Sum of RGB (Red+Green+Blue) = 117+152+35=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #759823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759823 is #8A67DC. Grayscale: #808080. Windows color (decimal): -9070557 or 2332789. OLE color: 2332789.

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

Color convert

RGB11715235-
CMYK0.2300.770.40
HSL77.95º62.57%36.67%-
HSV(B)77.95º76.97%59.61%-
XYZ18.8726.365.68-
YUV128.275.4120.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 152 (59.77% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 11.51%
R=38.49%
G=50%
B=11.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152350.2300.770.4077.9562.5736.67
Hex7598231704D284e3f25
Octal16523043270115501167745
Binary11101011001100010001110111010011011010001001110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759823; }

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

 H1.HeaderClassName
 {
   color: #759823;
 }
 .AnyTagClassName
 {
   color: #759823;
 }
</style>
background-color css

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

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

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

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

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

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