#76A91B

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

Shades of Christi #76A91B

Tints of Christi #76A91B

Color information

#76A91B (or 0x76A91B) is unknown color: approx Christi. HEX triplet: 76, A9 and 1B. RGB value is (118,169,27). Sum of RGB (Red+Green+Blue) = 118+169+27=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #76A91B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A91B is #8956E4. Grayscale: #8A8A8A. Windows color (decimal): -9000677 or 1812854. OLE color: 1812854.

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

Color convert

RGB11816927-
CMYK0.3000.840.34
HSL81.55º72.45%38.43%-
HSV(B)81.55º84.02%66.27%-
XYZ21.8632.316.12-
YUV137.5665.6114.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 169 (66.41% from 255) = 53.82%
BLUE value IS 27 (10.94% from 255) = 8.60%
R=37.58%
G=53.82%
B=8.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118169270.3000.840.3481.5572.4538.43
Hex76A91B1E05422524826
Octal166251333601244212211046
Binary11101101010100111011111100101010010001010100101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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