#75B60A

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

Shades of Christi #75B60A

Tints of Christi #75B60A

Color information

#75B60A (or 0x75B60A) is unknown color: approx Christi. HEX triplet: 75, B6 and 0A. RGB value is (117,182,10). Sum of RGB (Red+Green+Blue) = 117+182+10=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #75B60A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B60A is #8A49F5. Grayscale: #8F8F8F. Windows color (decimal): -9062902 or 702069. OLE color: 702069.

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

Color convert

RGB11718210-
CMYK0.3600.950.29
HSL82.67º89.58%37.65%-
HSV(B)82.67º94.51%71.37%-
XYZ24.1237.266.21-
YUV142.9652.97109.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 182 (71.48% from 255) = 58.90%
BLUE value IS 10 (4.30% from 255) = 3.24%
R=37.86%
G=58.90%
B=3.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117182100.3600.950.2982.6789.5837.65
Hex75B6A2405F1D535a26
Octal165266124401373512313246
Binary1110101101101101010100100010111111110110100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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