#768A0B

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

Shades of Olive #768A0B

Tints of Olive #768A0B

Color information

#768A0B (or 0x768A0B) is unknown color: approx Olive. HEX triplet: 76, 8A and 0B. RGB value is (118,138,11). Sum of RGB (Red+Green+Blue) = 118+138+11=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #768A0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768A0B is #8975F4. Grayscale: #767676. Windows color (decimal): -9008629 or 756342. OLE color: 756342.

HSL color Cylindrical-coordinate representation of color #768A0B: hue angle of 69.45º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #768A0B is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB11813811-
CMYK0.1400.920.46
HSL69.45º85.23%29.22%-
HSV(B)69.45º92.03%54.12%-
XYZ16.6222.053.7-
YUV117.5467.87128.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 138 (54.30% from 255) = 51.69%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=44.19%
G=51.69%
B=4.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138110.1400.920.4669.4585.2329.22
Hex768ABE05C2E45551d
Octal166212131601345610512535
Binary11101101000101010111110010111001011101000101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768A0B; }

 p { color: rgb(118,138,11); }

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

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

 a { background-color: rgb(118,138,11); }

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

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

 span { border-color: rgb(118,138,11); }

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