#778702

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

Shades of Olive #778702

Tints of Olive #778702

Color information

#778702 (or 0x778702) is unknown color: approx Olive. HEX triplet: 77, 87 and 02. RGB value is (119,135,2). Sum of RGB (Red+Green+Blue) = 119+135+2=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #778702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778702 is #8878FD. Grayscale: #737373. Windows color (decimal): -8943870 or 165751. OLE color: 165751.

HSL color Cylindrical-coordinate representation of color #778702: hue angle of 67.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #778702 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1191352-
CMYK0.1200.990.47
HSL67.22º97.08%26.86%-
HSV(B)67.22º98.52%52.94%-
XYZ16.2821.253.3-
YUV115.0564.2130.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 135 (53.12% from 255) = 52.73%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=46.48%
G=52.73%
B=0.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11913520.1200.990.4767.2297.0826.86
Hex77872C0632F43611b
Octal16720721401435710314133
Binary111011110000111101100011000111011111000011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778702; }

 p { color: rgb(119,135,2); }

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

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

 a { background-color: rgb(119,135,2); }

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

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

 span { border-color: rgb(119,135,2); }

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