#75A10B

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

Shades of Christi #75A10B

Tints of Christi #75A10B

Color information

#75A10B (or 0x75A10B) is unknown color: approx Christi. HEX triplet: 75, A1 and 0B. RGB value is (117,161,11). Sum of RGB (Red+Green+Blue) = 117+161+11=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #75A10B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A10B is #8A5EF4. Grayscale: #838383. Windows color (decimal): -9068277 or 762229. OLE color: 762229.

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

Color convert

RGB11716111-
CMYK0.2700.930.37
HSL77.6º87.21%33.73%-
HSV(B)77.6º93.17%63.14%-
XYZ20.1429.34.91-
YUV130.7460.42118.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 161 (63.28% from 255) = 55.71%
BLUE value IS 11 (4.69% from 255) = 3.81%
R=40.48%
G=55.71%
B=3.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117161110.2700.930.3777.687.2133.73
Hex75A1B1B05D254e5722
Octal165241133301354511612742
Binary1110101101000011011110110101110110010110011101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,161,11); }

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

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

 a { background-color: rgb(117,161,11); }

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

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

 span { border-color: rgb(117,161,11); }

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