#758B02

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

Shades of Olive #758B02

Tints of Olive #758B02

Color information

#758B02 (or 0x758B02) is unknown color: approx Olive. HEX triplet: 75, 8B and 02. RGB value is (117,139,2). Sum of RGB (Red+Green+Blue) = 117+139+2=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #758B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B02 is #8A74FD. Grayscale: #757575. Windows color (decimal): -9073918 or 166773. OLE color: 166773.

HSL color Cylindrical-coordinate representation of color #758B02: hue angle of 69.64º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #758B02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB1171392-
CMYK0.1600.990.45
HSL69.64º97.16%27.65%-
HSV(B)69.64º98.56%54.51%-
XYZ16.5822.253.48-
YUV116.863.21128.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 139 (54.69% from 255) = 53.88%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=45.35%
G=53.88%
B=0.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11713920.1600.990.4569.6497.1627.65
Hex758B2100632D46611c
Octal16521322001435510614134
Binary1110101100010111010000011000111011011000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758B02; }

 p { color: rgb(117,139,2); }

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

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

 a { background-color: rgb(117,139,2); }

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

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

 span { border-color: rgb(117,139,2); }

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