#768C06

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

Shades of Olive #768C06

Tints of Olive #768C06

Color information

#768C06 (or 0x768C06) is unknown color: approx Olive. HEX triplet: 76, 8C and 06. RGB value is (118,140,6). Sum of RGB (Red+Green+Blue) = 118+140+6=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #768C06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768C06 is #8973F9. Grayscale: #767676. Windows color (decimal): -9008122 or 429174. OLE color: 429174.

HSL color Cylindrical-coordinate representation of color #768C06: hue angle of 69.85º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #768C06 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1181406-
CMYK0.1600.960.45
HSL69.85º91.78%28.63%-
HSV(B)69.85º95.71%54.9%-
XYZ16.8822.623.65-
YUV118.1564.71127.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 140 (55.08% from 255) = 53.03%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=44.70%
G=53.03%
B=2.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11814060.1600.960.4569.8591.7828.63
Hex768C6100602D465c1d
Octal16621462001405510613435
Binary11101101000110011010000011000001011011000110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,140,6); }

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

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

 a { background-color: rgb(118,140,6); }

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

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

 span { border-color: rgb(118,140,6); }

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