#75781C

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

Shades of Olivetone #75781C

Tints of Olivetone #75781C

Color information

#75781C (or 0x75781C) is unknown color: approx Olivetone. HEX triplet: 75, 78 and 1C. RGB value is (117,120,28). Sum of RGB (Red+Green+Blue) = 117+120+28=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #75781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75781C is #8A87E3. Grayscale: #6C6C6C. Windows color (decimal): -9078756 or 1865845. OLE color: 1865845.

HSL color Cylindrical-coordinate representation of color #75781C: hue angle of 61.96º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75781C is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB11712028-
CMYK0.0200.770.53
HSL61.96º62.16%29.02%-
HSV(B)61.96º76.67%47.06%-
XYZ14.2617.33.69-
YUV108.6282.51133.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=44.15%
G=45.28%
B=10.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120280.0200.770.5361.9662.1629.02
Hex75781C204D353e3e1d
Octal165170342011565767635
Binary1110101111100011100100100110111010111111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75781C; }

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

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

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

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

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

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

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

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