#75B067

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

Shades of Amulet #75B067

Tints of Amulet #75B067

Color information

#75B067 (or 0x75B067) is unknown color: approx Amulet. HEX triplet: 75, B0 and 67. RGB value is (117,176,103). Sum of RGB (Red+Green+Blue) = 117+176+103=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #75B067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B067 is #8A4F98. Grayscale: #969696. Windows color (decimal): -9064345 or 6795381. OLE color: 6795381.

HSL color Cylindrical-coordinate representation of color #75B067: hue angle of 108.49º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75B067 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB117176103-
CMYK0.3400.410.31
HSL108.49º31.6%54.71%-
HSV(B)108.49º41.48%69.02%-
XYZ25.3135.8118.41-
YUV150.04101.45104.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=29.55%
G=44.44%
B=26.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171761030.3400.410.31108.4931.654.71
Hex75B067220291F6c2037
Octal16526014742051371544067
Binary11101011011000011001111000100101001111111101100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,176,103); }

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

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

 a { background-color: rgb(117,176,103); }

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

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

 span { border-color: rgb(117,176,103); }

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