#75B806

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

Shades of Christi #75B806

Tints of Christi #75B806

Color information

#75B806 (or 0x75B806) is unknown color: approx Christi. HEX triplet: 75, B8 and 06. RGB value is (117,184,6). Sum of RGB (Red+Green+Blue) = 117+184+6=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #75B806 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B806 is #8A47F9. Grayscale: #909090. Windows color (decimal): -9062394 or 440437. OLE color: 440437.

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

Color convert

RGB1171846-
CMYK0.3600.970.28
HSL82.58º93.68%37.25%-
HSV(B)82.58º96.74%72.16%-
XYZ24.5138.086.23-
YUV143.6750.3108.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 184 (72.27% from 255) = 59.93%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=38.11%
G=59.93%
B=1.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11718460.3600.970.2882.5893.6837.25
Hex75B86240611C535e25
Octal16527064401413412313645
Binary111010110111000110100100011000011110010100111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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