#75A60A

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

Shades of Christi #75A60A

Tints of Christi #75A60A

Color information

#75A60A (or 0x75A60A) is unknown color: approx Christi. HEX triplet: 75, A6 and 0A. RGB value is (117,166,10). Sum of RGB (Red+Green+Blue) = 117+166+10=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #75A60A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A60A is #8A59F5. Grayscale: #868686. Windows color (decimal): -9066998 or 697973. OLE color: 697973.

HSL color Cylindrical-coordinate representation of color #75A60A: hue angle of 78.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75A60A is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB11716610-
CMYK0.3000.940.35
HSL78.85º88.64%34.51%-
HSV(B)78.85º93.98%65.1%-
XYZ21.0331.085.18-
YUV133.5658.27116.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 166 (65.23% from 255) = 56.66%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=39.93%
G=56.66%
B=3.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117166100.3000.940.3578.8588.6434.51
Hex75A6A1E05E234f5923
Octal165246123601364311713143
Binary1110101101001101010111100101111010001110011111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,166,10); }

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

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

 a { background-color: rgb(117,166,10); }

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

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

 span { border-color: rgb(117,166,10); }

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