#75A213

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

Shades of Christi #75A213

Tints of Christi #75A213

Color information

#75A213 (or 0x75A213) is unknown color: approx Christi. HEX triplet: 75, A2 and 13. RGB value is (117,162,19). Sum of RGB (Red+Green+Blue) = 117+162+19=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #75A213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A213 is #8A5DEC. Grayscale: #848484. Windows color (decimal): -9068013 or 1286773. OLE color: 1286773.

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

Color convert

RGB11716219-
CMYK0.2800.880.36
HSL78.88º79.01%35.49%-
HSV(B)78.88º88.27%63.53%-
XYZ20.3729.675.27-
YUV132.2464.09117.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 19 (7.81% from 255) = 6.38%
R=39.26%
G=54.36%
B=6.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162190.2800.880.3678.8879.0135.49
Hex75A2131C058244f4f23
Octal165242233401304411711743
Binary11101011010001010011111000101100010010010011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,162,19); }

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

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

 a { background-color: rgb(117,162,19); }

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

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

 span { border-color: rgb(117,162,19); }

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