#76A71A

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

Shades of Christi #76A71A

Tints of Christi #76A71A

Color information

#76A71A (or 0x76A71A) is unknown color: approx Christi. HEX triplet: 76, A7 and 1A. RGB value is (118,167,26). Sum of RGB (Red+Green+Blue) = 118+167+26=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 167 (65.62% from 255 or 53.70% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 167 - color contains mainly: green. Hex color #76A71A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A71A is #8958E5. Grayscale: #888888. Windows color (decimal): -9001190 or 1746806. OLE color: 1746806.

HSL color Cylindrical-coordinate representation of color #76A71A: hue angle of 80.85º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76A71A is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB11816726-
CMYK0.2900.840.35
HSL80.85º73.06%37.84%-
HSV(B)80.85º84.43%65.49%-
XYZ21.4831.565.94-
YUV136.2765.77114.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 167 (65.62% from 255) = 53.70%
BLUE value IS 26 (10.55% from 255) = 8.36%
R=37.94%
G=53.70%
B=8.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118167260.2900.840.3580.8573.0637.84
Hex76A71A1D05423514926
Octal166247323501244312111146
Binary11101101010011111010111010101010010001110100011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,26); }

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

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

 a { background-color: rgb(118,167,26); }

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

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

 span { border-color: rgb(118,167,26); }

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