#758102

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

Shades of Olive #758102

Tints of Olive #758102

Color information

#758102 (or 0x758102) is unknown color: approx Olive. HEX triplet: 75, 81 and 02. RGB value is (117,129,2). Sum of RGB (Red+Green+Blue) = 117+129+2=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #758102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758102 is #8A7EFD. Grayscale: #6F6F6F. Windows color (decimal): -9076478 or 164213. OLE color: 164213.

HSL color Cylindrical-coordinate representation of color #758102: hue angle of 65.67º 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 #758102 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1171292-
CMYK0.0900.980.49
HSL65.67º96.95%25.69%-
HSV(B)65.67º98.45%50.59%-
XYZ15.219.493.02-
YUV110.9366.52132.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=47.18%
G=52.02%
B=0.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11712920.0900.980.4965.6796.9525.69
Hex7581290623142611a
Octal16520121101426110214132
Binary111010110000001101001011000101100011000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758102; }

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

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

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

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

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

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

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

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