#75B506

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

Shades of Christi #75B506

Tints of Christi #75B506

Color information

#75B506 (or 0x75B506) is unknown color: approx Christi. HEX triplet: 75, B5 and 06. RGB value is (117,181,6). Sum of RGB (Red+Green+Blue) = 117+181+6=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #75B506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B506 is #8A4AF9. Grayscale: #8E8E8E. Windows color (decimal): -9063162 or 439669. OLE color: 439669.

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

Color convert

RGB1171816-
CMYK0.3500.970.29
HSL81.94º93.58%36.67%-
HSV(B)81.94º96.69%70.98%-
XYZ23.8936.846.02-
YUV141.9151.3110.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 181 (71.09% from 255) = 59.54%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=38.49%
G=59.54%
B=1.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11718160.3500.970.2981.9493.5836.67
Hex75B56230611D525e25
Octal16526564301413512213645
Binary111010110110101110100011011000011110110100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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