#759C21

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

Shades of Christi #759C21

Tints of Christi #759C21

Color information

#759C21 (or 0x759C21) is unknown color: approx Christi. HEX triplet: 75, 9C and 21. RGB value is (117,156,33). Sum of RGB (Red+Green+Blue) = 117+156+33=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #759C21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C21 is #8A63DE. Grayscale: #828282. Windows color (decimal): -9069535 or 2202741. OLE color: 2202741.

HSL color Cylindrical-coordinate representation of color #759C21: hue angle of 79.02º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #759C21 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB11715633-
CMYK0.2500.790.39
HSL79.02º65.08%37.06%-
HSV(B)79.02º78.85%61.18%-
XYZ19.527.675.75-
YUV130.3273.08118.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 33 (13.28% from 255) = 10.78%
R=38.24%
G=50.98%
B=10.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117156330.2500.790.3979.0265.0837.06
Hex759C211904F274f4125
Octal165234413101174711710145
Binary111010110011100100001110010100111110011110011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759C21; }

 p { color: rgb(117,156,33); }

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

<style>
 a { background-color: #759C21; }

 a { background-color: rgb(117,156,33); }

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

<style>
 span { border-color: #759C21; }

 span { border-color: rgb(117,156,33); }

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