#766701

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

Shades of Olive #766701

Tints of Olive #766701

Color information

#766701 (or 0x766701) is unknown color: approx Olive. HEX triplet: 76, 67 and 01. RGB value is (118,103,1). Sum of RGB (Red+Green+Blue) = 118+103+1=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #766701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766701 is #8998FE. Grayscale: #606060. Windows color (decimal): -9017599 or 92022. OLE color: 92022.

HSL color Cylindrical-coordinate representation of color #766701: hue angle of 52.31º 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 #766701 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB1181031-
CMYK00.130.990.54
HSL52.31º98.32%23.33%-
HSV(B)52.31º99.15%46.27%-
XYZ12.3313.552-
YUV95.8674.47143.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=53.15%
G=46.40%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118103100.130.990.5452.3198.3223.33
Hex766710D6336346217
Octal1661471015143666414227
Binary111011011001111011011100011110110110100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766701; }

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

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

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

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

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

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

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

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