#778102

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

Shades of Olive #778102

Tints of Olive #778102

Color information

#778102 (or 0x778102) is unknown color: approx Olive. HEX triplet: 77, 81 and 02. RGB value is (119,129,2). Sum of RGB (Red+Green+Blue) = 119+129+2=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #778102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778102 is #887EFD. Grayscale: #707070. Windows color (decimal): -8945406 or 164215. OLE color: 164215.

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

Color convert

RGB1191292-
CMYK0.0800.980.49
HSL64.72º96.95%25.69%-
HSV(B)64.72º98.45%50.59%-
XYZ15.4719.633.03-
YUV111.5366.19133.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 129 (50.78% from 255) = 51.6%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=47.6%
G=51.6%
B=0.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11912920.0800.980.4964.7296.9525.69
Hex7781280623141611a
Octal16720121001426110114132
Binary111011110000001101000011000101100011000001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778102; }

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

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

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

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

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

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

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

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