#75B807

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

Shades of Christi #75B807

Tints of Christi #75B807

Color information

#75B807 (or 0x75B807) is unknown color: approx Christi. HEX triplet: 75, B8 and 07. RGB value is (117,184,7). Sum of RGB (Red+Green+Blue) = 117+184+7=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #75B807 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B807 is #8A47F8. Grayscale: #909090. Windows color (decimal): -9062393 or 505973. OLE color: 505973.

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

Color convert

RGB1171847-
CMYK0.3600.960.28
HSL82.71º92.67%37.45%-
HSV(B)82.71º96.2%72.16%-
XYZ24.5138.086.26-
YUV143.7950.8108.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 184 (72.27% from 255) = 59.74%
BLUE value IS 7 (3.12% from 255) = 2.27%
R=37.99%
G=59.74%
B=2.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11718470.3600.960.2882.7192.6737.45
Hex75B87240601C535d25
Octal16527074401403412313545
Binary111010110111000111100100011000001110010100111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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