#778206

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

Shades of Olive #778206

Tints of Olive #778206

Color information

#778206 (or 0x778206) is unknown color: approx Olive. HEX triplet: 77, 82 and 06. RGB value is (119,130,6). Sum of RGB (Red+Green+Blue) = 119+130+6=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #778206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778206 is #887DF9. Grayscale: #717171. Windows color (decimal): -8945146 or 426615. OLE color: 426615.

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

Color convert

RGB1191306-
CMYK0.0800.950.49
HSL65.32º91.18%26.67%-
HSV(B)65.32º95.38%50.98%-
XYZ15.6219.93.19-
YUV112.5767.86132.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 6 (2.73% from 255) = 2.35%
R=46.67%
G=50.98%
B=2.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11913060.0800.950.4965.3291.1826.67
Hex77826805F31415b1b
Octal16720261001376110113333
Binary1110111100000101101000010111111100011000001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778206; }

 p { color: rgb(119,130,6); }

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

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

 a { background-color: rgb(119,130,6); }

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

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

 span { border-color: rgb(119,130,6); }

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