#757702

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

Shades of Olive #757702

Tints of Olive #757702

Color information

#757702 (or 0x757702) is unknown color: approx Olive. HEX triplet: 75, 77 and 02. RGB value is (117,119,2). Sum of RGB (Red+Green+Blue) = 117+119+2=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #757702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757702 is #8A88FD. Grayscale: #696969. Windows color (decimal): -9079038 or 161653. OLE color: 161653.

HSL color Cylindrical-coordinate representation of color #757702: hue angle of 61.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #757702 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB1171192-
CMYK0.0200.980.53
HSL61.03º96.69%23.73%-
HSV(B)61.03º98.32%46.67%-
XYZ13.9416.982.6-
YUV105.0669.84136.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=49.16%
G=50%
B=0.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11711920.0200.980.5361.0396.6923.73
Hex757722062353d6118
Octal165167220142657514130
Binary11101011110111101001100010110101111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757702; }

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

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

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

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

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

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

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

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