#767927

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

Shades of Olivetone #767927

Tints of Olivetone #767927

Color information

#767927 (or 0x767927) is unknown color: approx Olivetone. HEX triplet: 76, 79 and 27. RGB value is (118,121,39). Sum of RGB (Red+Green+Blue) = 118+121+39=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #767927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767927 is #8986D8. Grayscale: #6F6F6F. Windows color (decimal): -9012953 or 2586998. OLE color: 2586998.

HSL color Cylindrical-coordinate representation of color #767927: hue angle of 62.2º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #767927 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB11812139-
CMYK0.0200.680.53
HSL62.2º51.25%31.37%-
HSV(B)62.2º67.77%47.45%-
XYZ14.6717.674.56-
YUV110.7687.51133.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=42.45%
G=43.53%
B=14.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121390.0200.680.5362.251.2531.37
Hex7679272044353e331f
Octal166171472010465766337
Binary11101101111001100111100100010011010111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767927; }

 p { color: rgb(118,121,39); }

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

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

 a { background-color: rgb(118,121,39); }

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

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

 span { border-color: rgb(118,121,39); }

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