#766A00

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

Shades of Olive #766A00

Tints of Olive #766A00

Color information

#766A00 (or 0x766A00) is unknown color: approx Olive. HEX triplet: 76, 6A and 00. RGB value is (118,106,0). Sum of RGB (Red+Green+Blue) = 118+106+0=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #766A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A00 is #8995FF. Grayscale: #616161. Windows color (decimal): -9016832 or 27254. OLE color: 27254.

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

Color convert

RGB1181060-
CMYK00.1010.54
HSL53.9º100%23.14%-
HSV(B)53.9º100%46.27%-
XYZ12.6314.162.07-
YUV97.572.98142.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 106 (41.80% from 255) = 47.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.68%
G=47.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118106000.1010.5453.910023.14
Hex766A00A6436366417
Octal1661520012144666614427
Binary111011011010100010101100100110110110110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,0); }

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

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

 a { background-color: rgb(118,106,0); }

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

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

 span { border-color: rgb(118,106,0); }

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