#76AE1B

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

Shades of Christi #76AE1B

Tints of Christi #76AE1B

Color information

#76AE1B (or 0x76AE1B) is unknown color: approx Christi. HEX triplet: 76, AE and 1B. RGB value is (118,174,27). Sum of RGB (Red+Green+Blue) = 118+174+27=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AE1B is #8951E4. Grayscale: #8D8D8D. Windows color (decimal): -8999397 or 1814134. OLE color: 1814134.

HSL color Cylindrical-coordinate representation of color #76AE1B: hue angle of 82.86º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76AE1B is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB11817427-
CMYK0.3200.840.32
HSL82.86º73.13%39.41%-
HSV(B)82.86º84.48%68.24%-
XYZ22.8134.26.44-
YUV140.563.95111.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 174 (68.36% from 255) = 54.55%
BLUE value IS 27 (10.94% from 255) = 8.46%
R=36.99%
G=54.55%
B=8.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118174270.3200.840.3282.8673.1339.41
Hex76AE1B2005420534927
Octal166256334001244012311147
Binary111011010101110110111000000101010010000010100111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,174,27); }

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

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

 a { background-color: rgb(118,174,27); }

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

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

 span { border-color: rgb(118,174,27); }

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