#76781B

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

Shades of Olivetone #76781B

Tints of Olivetone #76781B

Color information

#76781B (or 0x76781B) is unknown color: approx Olivetone. HEX triplet: 76, 78 and 1B. RGB value is (118,120,27). Sum of RGB (Red+Green+Blue) = 118+120+27=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #76781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76781B is #8987E4. Grayscale: #6D6D6D. Windows color (decimal): -9013221 or 1800310. OLE color: 1800310.

HSL color Cylindrical-coordinate representation of color #76781B: hue angle of 61.29º degrees, saturation: 0.63, 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 #76781B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB11812027-
CMYK0.0200.780.53
HSL61.29º63.27%28.82%-
HSV(B)61.29º77.5%47.06%-
XYZ14.3917.363.63-
YUV108.881.84134.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=44.53%
G=45.28%
B=10.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120270.0200.780.5361.2963.2728.82
Hex76781B204E353d3f1d
Octal166170332011665757735
Binary1110110111100011011100100111011010111110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,120,27); }

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

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

 a { background-color: rgb(118,120,27); }

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

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

 span { border-color: rgb(118,120,27); }

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