#757203

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

Shades of Olive #757203

Tints of Olive #757203

Color information

#757203 (or 0x757203) is unknown color: approx Olive. HEX triplet: 75, 72 and 03. RGB value is (117,114,3). Sum of RGB (Red+Green+Blue) = 117+114+3=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #757203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757203 is #8A8DFC. Grayscale: #666666. Windows color (decimal): -9080317 or 225909. OLE color: 225909.

HSL color Cylindrical-coordinate representation of color #757203: hue angle of 58.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #757203 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1171143-
CMYK00.030.970.54
HSL58.42º95%23.53%-
HSV(B)58.42º97.44%45.88%-
XYZ13.3715.822.44-
YUV102.2471.99138.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=50%
G=48.72%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117114300.030.970.5458.429523.53
Hex757230361363a5f18
Octal165162303141667213730
Binary11101011110010110111100001110110111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757203; }

 p { color: rgb(117,114,3); }

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

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

 a { background-color: rgb(117,114,3); }

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

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

 span { border-color: rgb(117,114,3); }

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