#768901

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

Shades of Olive #768901

Tints of Olive #768901

Color information

#768901 (or 0x768901) is unknown color: approx Olive. HEX triplet: 76, 89 and 01. RGB value is (118,137,1). Sum of RGB (Red+Green+Blue) = 118+137+1=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #768901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768901 is #8976FE. Grayscale: #747474. Windows color (decimal): -9008895 or 100726. OLE color: 100726.

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

Color convert

RGB1181371-
CMYK0.1400.990.46
HSL68.38º98.55%27.06%-
HSV(B)68.38º99.27%53.73%-
XYZ16.4221.753.36-
YUV115.8263.21129.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 137 (53.91% from 255) = 53.52%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=46.09%
G=53.52%
B=0.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11813710.1400.990.4668.3898.5527.06
Hex76891E0632E44631b
Octal16621111601435610414333
Binary11101101000100111110011000111011101000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768901; }

 p { color: rgb(118,137,1); }

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

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

 a { background-color: rgb(118,137,1); }

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

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

 span { border-color: rgb(118,137,1); }

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