#769802

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

Shades of Olive #769802

Tints of Olive #769802

Color information

#769802 (or 0x769802) is unknown color: approx Olive. HEX triplet: 76, 98 and 02. RGB value is (118,152,2). Sum of RGB (Red+Green+Blue) = 118+152+2=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #769802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769802 is #8967FD. Grayscale: #7D7D7D. Windows color (decimal): -9005054 or 170102. OLE color: 170102.

HSL color Cylindrical-coordinate representation of color #769802: hue angle of 73.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #769802 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1181522-
CMYK0.2200.990.40
HSL73.6º97.4%30.2%-
HSV(B)73.6º98.68%59.61%-
XYZ18.7126.314.15-
YUV124.7358.74123.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 152 (59.77% from 255) = 55.88%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=43.38%
G=55.88%
B=0.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11815220.2200.990.4073.697.430.2
Hex7698216063284a611e
Octal16623022601435011214136
Binary1110110100110001010110011000111010001001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769802; }

 p { color: rgb(118,152,2); }

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

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

 a { background-color: rgb(118,152,2); }

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

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

 span { border-color: rgb(118,152,2); }

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