#778D05

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

Shades of Olive #778D05

Tints of Olive #778D05

Color information

#778D05 (or 0x778D05) is unknown color: approx Olive. HEX triplet: 77, 8D and 05. RGB value is (119,141,5). Sum of RGB (Red+Green+Blue) = 119+141+5=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #778D05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778D05 is #8872FA. Grayscale: #777777. Windows color (decimal): -8942331 or 363895. OLE color: 363895.

HSL color Cylindrical-coordinate representation of color #778D05: hue angle of 69.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #778D05 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1191415-
CMYK0.1600.960.45
HSL69.71º93.15%28.63%-
HSV(B)69.71º96.45%55.29%-
XYZ17.1622.983.68-
YUV118.9263.71128.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 141 (55.47% from 255) = 53.21%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=44.91%
G=53.21%
B=1.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11914150.1600.960.4569.7193.1528.63
Hex778D5100602D465d1d
Octal16721552001405510613535
Binary11101111000110110110000011000001011011000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778D05; }

 p { color: rgb(119,141,5); }

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

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

 a { background-color: rgb(119,141,5); }

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

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

 span { border-color: rgb(119,141,5); }

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