#758302

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

Shades of Olive #758302

Tints of Olive #758302

Color information

#758302 (or 0x758302) is unknown color: approx Olive. HEX triplet: 75, 83 and 02. RGB value is (117,131,2). Sum of RGB (Red+Green+Blue) = 117+131+2=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #758302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758302 is #8A7CFD. Grayscale: #707070. Windows color (decimal): -9075966 or 164725. OLE color: 164725.

HSL color Cylindrical-coordinate representation of color #758302: hue angle of 66.51º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #758302 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1171312-
CMYK0.1100.980.49
HSL66.51º96.99%26.08%-
HSV(B)66.51º98.47%51.37%-
XYZ15.4620.023.11-
YUV112.1165.86131.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 131 (51.56% from 255) = 52.4%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=46.8%
G=52.4%
B=0.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11713120.1100.980.4966.5196.9926.08
Hex75832B0623143611a
Octal16520321301426110314132
Binary111010110000011101011011000101100011000011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758302; }

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

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

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

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

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

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

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

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