#75B50B

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

Shades of Christi #75B50B

Tints of Christi #75B50B

Color information

#75B50B (or 0x75B50B) is unknown color: approx Christi. HEX triplet: 75, B5 and 0B. RGB value is (117,181,11). Sum of RGB (Red+Green+Blue) = 117+181+11=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #75B50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B50B is #8A4AF4. Grayscale: #8F8F8F. Windows color (decimal): -9063157 or 767349. OLE color: 767349.

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

Color convert

RGB11718111-
CMYK0.3500.940.29
HSL82.59º88.54%37.65%-
HSV(B)82.59º93.92%70.98%-
XYZ23.9236.856.17-
YUV142.4853.8109.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 181 (71.09% from 255) = 58.58%
BLUE value IS 11 (4.69% from 255) = 3.56%
R=37.86%
G=58.58%
B=3.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117181110.3500.940.2982.5988.5437.65
Hex75B5B2305E1D535926
Octal165265134301363512313146
Binary1110101101101011011100011010111101110110100111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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