#75780B

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

Shades of Olive #75780B

Tints of Olive #75780B

Color information

#75780B (or 0x75780B) is unknown color: approx Olive. HEX triplet: 75, 78 and 0B. RGB value is (117,120,11). Sum of RGB (Red+Green+Blue) = 117+120+11=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #75780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75780B is #8A87F4. Grayscale: #6B6B6B. Windows color (decimal): -9078773 or 751733. OLE color: 751733.

HSL color Cylindrical-coordinate representation of color #75780B: hue angle of 61.65º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75780B is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB11712011-
CMYK0.0200.910.53
HSL61.65º83.21%25.69%-
HSV(B)61.65º90.83%47.06%-
XYZ14.1117.242.9-
YUV106.6874.01135.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 11 (4.69% from 255) = 4.44%
R=47.18%
G=48.39%
B=4.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120110.0200.910.5361.6583.2125.69
Hex7578B205B353e531a
Octal1651701320133657612332
Binary1110101111100010111001011011110101111110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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