#768005

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

Shades of Olive #768005

Tints of Olive #768005

Color information

#768005 (or 0x768005) is unknown color: approx Olive. HEX triplet: 76, 80 and 05. RGB value is (118,128,5). Sum of RGB (Red+Green+Blue) = 118+128+5=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #768005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768005 is #897FFA. Grayscale: #6F6F6F. Windows color (decimal): -9011195 or 360566. OLE color: 360566.

HSL color Cylindrical-coordinate representation of color #768005: hue angle of 64.88º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #768005 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB1181285-
CMYK0.0800.960.50
HSL64.88º92.48%26.08%-
HSV(B)64.88º96.09%50.2%-
XYZ15.2219.33.07-
YUV110.9968.19133-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 128 (50.39% from 255) = 51.00%
BLUE value IS 5 (2.34% from 255) = 1.99%
R=47.01%
G=51.00%
B=1.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11812850.0800.960.5064.8892.4826.08
Hex76805806032415c1a
Octal16620051001406210113432
Binary1110110100000001011000011000001100101000001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768005; }

 p { color: rgb(118,128,5); }

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

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

 a { background-color: rgb(118,128,5); }

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

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

 span { border-color: rgb(118,128,5); }

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