#768406

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

Shades of Olive #768406

Tints of Olive #768406

Color information

#768406 (or 0x768406) is unknown color: approx Olive. HEX triplet: 76, 84 and 06. RGB value is (118,132,6). Sum of RGB (Red+Green+Blue) = 118+132+6=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #768406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768406 is #897BF9. Grayscale: #717171. Windows color (decimal): -9010170 or 427126. OLE color: 427126.

HSL color Cylindrical-coordinate representation of color #768406: hue angle of 66.67º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #768406 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1181326-
CMYK0.1100.950.48
HSL66.67º91.3%27.06%-
HSV(B)66.67º95.45%51.76%-
XYZ15.7620.373.27-
YUV113.4567.36131.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 132 (51.95% from 255) = 51.56%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=46.09%
G=51.56%
B=2.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11813260.1100.950.4866.6791.327.06
Hex76846B05F30435b1b
Octal16620461301376010313333
Binary1110110100001001101011010111111100001000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768406; }

 p { color: rgb(118,132,6); }

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

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

 a { background-color: rgb(118,132,6); }

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

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

 span { border-color: rgb(118,132,6); }

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