#75B20C

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

Shades of Christi #75B20C

Tints of Christi #75B20C

Color information

#75B20C (or 0x75B20C) is unknown color: approx Christi. HEX triplet: 75, B2 and 0C. RGB value is (117,178,12). Sum of RGB (Red+Green+Blue) = 117+178+12=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #75B20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B20C is #8A4DF3. Grayscale: #8D8D8D. Windows color (decimal): -9063924 or 832117. OLE color: 832117.

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

Color convert

RGB11717812-
CMYK0.3400.930.30
HSL82.05º87.37%37.25%-
HSV(B)82.05º93.26%69.8%-
XYZ23.3235.656-
YUV140.8455.29111-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 178 (69.92% from 255) = 57.98%
BLUE value IS 12 (5.08% from 255) = 3.91%
R=38.11%
G=57.98%
B=3.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117178120.3400.930.3082.0587.3737.25
Hex75B2C2205D1E525725
Octal165262144201353612212745
Binary1110101101100101100100010010111011111010100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,178,12); }

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

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

 a { background-color: rgb(117,178,12); }

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

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

 span { border-color: rgb(117,178,12); }

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