#75B301

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

Shades of Christi #75B301

Tints of Christi #75B301

Color information

#75B301 (or 0x75B301) is unknown color: approx Christi. HEX triplet: 75, B3 and 01. RGB value is (117,179,1). Sum of RGB (Red+Green+Blue) = 117+179+1=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #75B301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B301 is #8A4CFE. Grayscale: #8C8C8C. Windows color (decimal): -9063679 or 111477. OLE color: 111477.

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

Color convert

RGB1171791-
CMYK0.3500.990.30
HSL80.9º98.89%35.29%-
HSV(B)80.9º99.44%70.2%-
XYZ23.4636.025.75-
YUV140.1749.46111.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 179 (70.31% from 255) = 60.27%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=39.39%
G=60.27%
B=0.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11717910.3500.990.3080.998.8935.29
Hex75B31230631E516323
Octal16526314301433612114343
Binary1110101101100111100011011000111111010100011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,179,1); }

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

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

 a { background-color: rgb(117,179,1); }

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

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

 span { border-color: rgb(117,179,1); }

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