#766B01

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

Shades of Olive #766B01

Tints of Olive #766B01

Color information

#766B01 (or 0x766B01) is unknown color: approx Olive. HEX triplet: 76, 6B and 01. RGB value is (118,107,1). Sum of RGB (Red+Green+Blue) = 118+107+1=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #766B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B01 is #8994FE. Grayscale: #626262. Windows color (decimal): -9016575 or 93046. OLE color: 93046.

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

Color convert

RGB1181071-
CMYK00.090.990.54
HSL54.36º98.32%23.33%-
HSV(B)54.36º99.15%46.27%-
XYZ12.7314.372.13-
YUV98.273.14142.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 107 (42.19% from 255) = 47.35%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=52.21%
G=47.35%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118107100.090.990.5454.3698.3223.33
Hex766B1096336366217
Octal1661531011143666614227
Binary111011011010111010011100011110110110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766B01; }

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

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

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

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

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

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

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

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