#75B615

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

Shades of Christi #75B615

Tints of Christi #75B615

Color information

#75B615 (or 0x75B615) is unknown color: approx Christi. HEX triplet: 75, B6 and 15. RGB value is (117,182,21). Sum of RGB (Red+Green+Blue) = 117+182+21=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 182 (71.48% from 255 or 56.88% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 182 - color contains mainly: green. Hex color #75B615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B615 is #8A49EA. Grayscale: #909090. Windows color (decimal): -9062891 or 1422965. OLE color: 1422965.

HSL color Cylindrical-coordinate representation of color #75B615: hue angle of 84.22º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75B615 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB11718221-
CMYK0.3600.880.29
HSL84.22º79.31%39.8%-
HSV(B)84.22º88.46%71.37%-
XYZ24.237.296.63-
YUV144.2158.47108.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 182 (71.48% from 255) = 56.88%
BLUE value IS 21 (8.59% from 255) = 6.56%
R=36.56%
G=56.88%
B=6.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117182210.3600.880.2984.2279.3139.8
Hex75B615240581D544f28
Octal165266254401303512411750
Binary11101011011011010101100100010110001110110101001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B615; }

 p { color: rgb(117,182,21); }

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

<style>
 a { background-color: #75B615; }

 a { background-color: rgb(117,182,21); }

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

<style>
 span { border-color: #75B615; }

 span { border-color: rgb(117,182,21); }

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