#758908

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

Shades of Olive #758908

Tints of Olive #758908

Color information

#758908 (or 0x758908) is unknown color: approx Olive. HEX triplet: 75, 89 and 08. RGB value is (117,137,8). Sum of RGB (Red+Green+Blue) = 117+137+8=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #758908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758908 is #8A76F7. Grayscale: #747474. Windows color (decimal): -9074424 or 559477. OLE color: 559477.

HSL color Cylindrical-coordinate representation of color #758908: hue angle of 69.3º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #758908 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB1171378-
CMYK0.1500.940.46
HSL69.3º88.97%28.43%-
HSV(B)69.3º94.16%53.73%-
XYZ16.3321.693.56-
YUV116.3166.87128.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 137 (53.91% from 255) = 52.29%
BLUE value IS 8 (3.52% from 255) = 3.05%
R=44.66%
G=52.29%
B=3.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11713780.1500.940.4669.388.9728.43
Hex75898F05E2E45591c
Octal165211101701365610513134
Binary11101011000100110001111010111101011101000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758908; }

 p { color: rgb(117,137,8); }

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

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

 a { background-color: rgb(117,137,8); }

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

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

 span { border-color: rgb(117,137,8); }

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