#76B019

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

Shades of Christi #76B019

Tints of Christi #76B019

Color information

#76B019 (or 0x76B019) is unknown color: approx Christi. HEX triplet: 76, B0 and 19. RGB value is (118,176,25). Sum of RGB (Red+Green+Blue) = 118+176+25=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #76B019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B019 is #894FE6. Grayscale: #8D8D8D. Windows color (decimal): -8998887 or 1683574. OLE color: 1683574.

HSL color Cylindrical-coordinate representation of color #76B019: hue angle of 83.05º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76B019 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB11817625-
CMYK0.3300.860.31
HSL83.05º75.12%39.41%-
HSV(B)83.05º85.8%69.02%-
XYZ23.1734.976.45-
YUV141.4462.28111.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 176 (69.14% from 255) = 55.17%
BLUE value IS 25 (10.16% from 255) = 7.84%
R=36.99%
G=55.17%
B=7.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118176250.3300.860.3183.0575.1239.41
Hex76B019210561F534b27
Octal166260314101263712311347
Binary11101101011000011001100001010101101111110100111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,176,25); }

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

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

 a { background-color: rgb(118,176,25); }

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

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

 span { border-color: rgb(118,176,25); }

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