#759E21

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

Shades of Christi #759E21

Tints of Christi #759E21

Color information

#759E21 (or 0x759E21) is unknown color: approx Christi. HEX triplet: 75, 9E and 21. RGB value is (117,158,33). Sum of RGB (Red+Green+Blue) = 117+158+33=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #759E21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759E21 is #8A61DE. Grayscale: #838383. Windows color (decimal): -9069023 or 2203253. OLE color: 2203253.

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

Color convert

RGB11715833-
CMYK0.2600.790.38
HSL79.68º65.45%37.45%-
HSV(B)79.68º79.11%61.96%-
XYZ19.8428.355.86-
YUV131.4972.42117.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 158 (62.11% from 255) = 51.30%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=37.99%
G=51.30%
B=10.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117158330.2600.790.3879.6865.4537.45
Hex759E211A04F26504125
Octal165236413201174612010145
Binary111010110011110100001110100100111110011010100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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