#778607

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

Shades of Olive #778607

Tints of Olive #778607

Color information

#778607 (or 0x778607) is unknown color: approx Olive. HEX triplet: 77, 86 and 07. RGB value is (119,134,7). Sum of RGB (Red+Green+Blue) = 119+134+7=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #778607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778607 is #8879F8. Grayscale: #737373. Windows color (decimal): -8944121 or 493175. OLE color: 493175.

HSL color Cylindrical-coordinate representation of color #778607: hue angle of 67.09º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #778607 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB1191347-
CMYK0.1100.950.47
HSL67.09º90.07%27.65%-
HSV(B)67.09º94.78%52.55%-
XYZ16.1720.993.4-
YUV115.0467.03130.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 134 (52.73% from 255) = 51.54%
BLUE value IS 7 (3.12% from 255) = 2.69%
R=45.77%
G=51.54%
B=2.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11913470.1100.950.4767.0990.0727.65
Hex77867B05F2F435a1c
Octal16720671301375710313234
Binary1110111100001101111011010111111011111000011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778607; }

 p { color: rgb(119,134,7); }

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

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

 a { background-color: rgb(119,134,7); }

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

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

 span { border-color: rgb(119,134,7); }

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