#75A023

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

Shades of Christi #75A023

Tints of Christi #75A023

Color information

#75A023 (or 0x75A023) is unknown color: approx Christi. HEX triplet: 75, A0 and 23. RGB value is (117,160,35). Sum of RGB (Red+Green+Blue) = 117+160+35=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #75A023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A023 is #8A5FDC. Grayscale: #858585. Windows color (decimal): -9068509 or 2334837. OLE color: 2334837.

HSL color Cylindrical-coordinate representation of color #75A023: hue angle of 80.64º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75A023 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB11716035-
CMYK0.2700.780.37
HSL80.64º64.1%38.24%-
HSV(B)80.64º78.12%62.75%-
XYZ20.2129.046.13-
YUV132.8972.75116.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 35 (14.06% from 255) = 11.22%
R=37.5%
G=51.28%
B=11.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117160350.2700.780.3780.6464.138.24
Hex75A0231B04E25514026
Octal165240433301164512110046
Binary111010110100000100011110110100111010010110100011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,160,35); }

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

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

 a { background-color: rgb(117,160,35); }

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

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

 span { border-color: rgb(117,160,35); }

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