#766702

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

Shades of Olive #766702

Tints of Olive #766702

Color information

#766702 (or 0x766702) is unknown color: approx Olive. HEX triplet: 76, 67 and 02. RGB value is (118,103,2). Sum of RGB (Red+Green+Blue) = 118+103+2=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #766702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766702 is #8998FD. Grayscale: #606060. Windows color (decimal): -9017598 or 157558. OLE color: 157558.

HSL color Cylindrical-coordinate representation of color #766702: hue angle of 52.24º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #766702 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB1181032-
CMYK00.130.980.54
HSL52.24º96.67%23.53%-
HSV(B)52.24º98.31%46.27%-
XYZ12.3313.562.02-
YUV95.9774.97143.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 103 (40.62% from 255) = 46.19%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=52.91%
G=46.19%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118103200.130.980.5452.2496.6723.53
Hex766720D6236346118
Octal1661472015142666414130
Binary1110110110011110011011100010110110110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766702; }

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

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

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

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

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

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

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

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