#76A902

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

Shades of Christi #76A902

Tints of Christi #76A902

Color information

#76A902 (or 0x76A902) is unknown color: approx Christi. HEX triplet: 76, A9 and 02. RGB value is (118,169,2). Sum of RGB (Red+Green+Blue) = 118+169+2=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 169 (66.41% from 255 or 58.48% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 169 - color contains mainly: green. Hex color #76A902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A902 is #8956FD. Grayscale: #878787. Windows color (decimal): -9000702 or 174454. OLE color: 174454.

HSL color Cylindrical-coordinate representation of color #76A902: hue angle of 78.32º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76A902 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB1181692-
CMYK0.3000.990.34
HSL78.32º97.66%33.53%-
HSV(B)78.32º98.82%66.27%-
XYZ21.6732.235.14-
YUV134.7153.1116.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 169 (66.41% from 255) = 58.48%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=40.83%
G=58.48%
B=0.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11816920.3000.990.3478.3297.6633.53
Hex76A921E063224e6222
Octal16625123601434211614242
Binary11101101010100110111100110001110001010011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A902; }

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

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

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

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

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

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

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

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