#75a816

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

Shades of Christi #75A816

Tints of Christi #75A816

Color information

#75A816 (or 0x75A816) is unknown color: approx Christi. HEX triplet: 75, A8 and 16. RGB value is (117,168,22). Sum of RGB (Red+Green+Blue) = 117+168+22=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #75A816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A816 is #8A57E9. Grayscale: #888888. Windows color (decimal): -9066474 or 1484917. OLE color: 1484917.

HSL color Cylindrical-coordinate representation of color #75A816: hue angle of 80.96º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75A816 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB11716822-
CMYK0.3000.870.34
HSL80.96º76.84%37.25%-
HSV(B)80.96º86.9%65.88%-
XYZ21.4831.855.77-
YUV136.1163.6114.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 168 (66.02% from 255) = 54.72%
BLUE value IS 22 (8.98% from 255) = 7.17%
R=38.11%
G=54.72%
B=7.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal117168220.3000.870.3480.9676.8437.25
Hex75A8161E05722514d25
Octal165250263601274212111545
Binary11101011010100010110111100101011110001010100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75a816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,168,22); }

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

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

 a { background-color: rgb(117,168,22); }

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

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

 span { border-color: rgb(117,168,22); }

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