#768B07

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

Shades of Olive #768B07

Tints of Olive #768B07

Color information

#768B07 (or 0x768B07) is unknown color: approx Olive. HEX triplet: 76, 8B and 07. RGB value is (118,139,7). Sum of RGB (Red+Green+Blue) = 118+139+7=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #768B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B07 is #8974F8. Grayscale: #767676. Windows color (decimal): -9008377 or 494454. OLE color: 494454.

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

Color convert

RGB1181397-
CMYK0.1500.950.45
HSL69.55º90.41%28.63%-
HSV(B)69.55º94.96%54.51%-
XYZ16.7422.333.63-
YUV117.6765.54128.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 139 (54.69% from 255) = 52.65%
BLUE value IS 7 (3.12% from 255) = 2.65%
R=44.70%
G=52.65%
B=2.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11813970.1500.950.4569.5590.4128.63
Hex768B7F05F2D465a1d
Octal16621371701375510613235
Binary1110110100010111111111010111111011011000110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,139,7); }

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

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

 a { background-color: rgb(118,139,7); }

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

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

 span { border-color: rgb(118,139,7); }

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