#76A504

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

Shades of Christi #76A504

Tints of Christi #76A504

Color information

#76A504 (or 0x76A504) is unknown color: approx Christi. HEX triplet: 76, A5 and 04. RGB value is (118,165,4). Sum of RGB (Red+Green+Blue) = 118+165+4=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #76A504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A504 is #895AFB. Grayscale: #858585. Windows color (decimal): -9001724 or 304502. OLE color: 304502.

HSL color Cylindrical-coordinate representation of color #76A504: hue angle of 77.52º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76A504 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1181654-
CMYK0.2800.980.35
HSL77.52º95.27%33.14%-
HSV(B)77.52º97.58%64.71%-
XYZ20.9530.774.95-
YUV132.5955.43117.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 4 (1.95% from 255) = 1.39%
R=41.11%
G=57.49%
B=1.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11816540.2800.980.3577.5295.2733.14
Hex76A541C062234e5f21
Octal16624543401424311613741
Binary111011010100101100111000110001010001110011101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,165,4); }

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

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

 a { background-color: rgb(118,165,4); }

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

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

 span { border-color: rgb(118,165,4); }

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