#75870B

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

Shades of Olive #75870B

Tints of Olive #75870B

Color information

#75870B (or 0x75870B) is unknown color: approx Olive. HEX triplet: 75, 87 and 0B. RGB value is (117,135,11). Sum of RGB (Red+Green+Blue) = 117+135+11=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #75870B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75870B is #8A78F4. Grayscale: #737373. Windows color (decimal): -9074933 or 755573. OLE color: 755573.

HSL color Cylindrical-coordinate representation of color #75870B: hue angle of 68.71º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75870B is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB11713511-
CMYK0.1300.920.47
HSL68.71º84.93%28.63%-
HSV(B)68.71º91.85%52.94%-
XYZ16.0621.133.55-
YUV115.4869.04129.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 135 (53.12% from 255) = 51.33%
BLUE value IS 11 (4.69% from 255) = 4.18%
R=44.49%
G=51.33%
B=4.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117135110.1300.920.4768.7184.9328.63
Hex7587BD05C2F45551d
Octal165207131501345710512535
Binary11101011000011110111101010111001011111000101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75870B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75870B; }

 p { color: rgb(117,135,11); }

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

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

 a { background-color: rgb(117,135,11); }

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

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

 span { border-color: rgb(117,135,11); }

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