#76B905

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

Shades of Christi #76B905

Tints of Christi #76B905

Color information

#76B905 (or 0x76B905) is unknown color: approx Christi. HEX triplet: 76, B9 and 05. RGB value is (118,185,5). Sum of RGB (Red+Green+Blue) = 118+185+5=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #76B905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B905 is #8946FA. Grayscale: #919191. Windows color (decimal): -8996603 or 375158. OLE color: 375158.

HSL color Cylindrical-coordinate representation of color #76B905: hue angle of 82.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76B905 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1181855-
CMYK0.3600.970.27
HSL82.33º94.74%37.25%-
HSV(B)82.33º97.3%72.55%-
XYZ24.8538.566.28-
YUV144.4549.3109.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 185 (72.66% from 255) = 60.06%
BLUE value IS 5 (2.34% from 255) = 1.62%
R=38.31%
G=60.06%
B=1.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11818550.3600.970.2782.3394.7437.25
Hex76B95240611B525f25
Octal16627154401413312213745
Binary111011010111001101100100011000011101110100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,5); }

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

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

 a { background-color: rgb(118,185,5); }

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

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

 span { border-color: rgb(118,185,5); }

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