#75B511

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

Shades of Christi #75B511

Tints of Christi #75B511

Color information

#75B511 (or 0x75B511) is unknown color: approx Christi. HEX triplet: 75, B5 and 11. RGB value is (117,181,17). Sum of RGB (Red+Green+Blue) = 117+181+17=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #75B511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B511 is #8A4AEE. Grayscale: #8F8F8F. Windows color (decimal): -9063151 or 1160565. OLE color: 1160565.

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

Color convert

RGB11718117-
CMYK0.3500.910.29
HSL83.41º82.83%38.82%-
HSV(B)83.41º90.61%70.98%-
XYZ23.9636.876.38-
YUV143.1756.8109.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 181 (71.09% from 255) = 57.46%
BLUE value IS 17 (7.03% from 255) = 5.40%
R=37.14%
G=57.46%
B=5.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117181170.3500.910.2983.4182.8338.82
Hex75B5112305B1D535327
Octal165265214301333512312347
Binary11101011011010110001100011010110111110110100111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,181,17); }

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

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

 a { background-color: rgb(117,181,17); }

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

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

 span { border-color: rgb(117,181,17); }

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