#75A41C

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

Shades of Christi #75A41C

Tints of Christi #75A41C

Color information

#75A41C (or 0x75A41C) is unknown color: approx Christi. HEX triplet: 75, A4 and 1C. RGB value is (117,164,28). Sum of RGB (Red+Green+Blue) = 117+164+28=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #75A41C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A41C is #8A5BE3. Grayscale: #868686. Windows color (decimal): -9067492 or 1877109. OLE color: 1877109.

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

Color convert

RGB11716428-
CMYK0.2900.830.36
HSL80.74º70.83%37.65%-
HSV(B)80.74º82.93%64.31%-
XYZ20.8230.425.87-
YUV134.4467.93115.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 164 (64.45% from 255) = 53.07%
BLUE value IS 28 (11.33% from 255) = 9.06%
R=37.86%
G=53.07%
B=9.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117164280.2900.830.3680.7470.8337.65
Hex75A41C1D05324514726
Octal165244343501234412110746
Binary11101011010010011100111010101001110010010100011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,164,28); }

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

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

 a { background-color: rgb(117,164,28); }

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

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

 span { border-color: rgb(117,164,28); }

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