Html Css Color HEX #75A368 Amulet

📋 copy color: '#75A368'

red 117 ◦ green 163 ◦ blue 104

#75A368
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #75A368

Tints of Amulet #75A368

RGB

 RED value IS 117 (46.09% from 255) = 30.47%

 GREEN value IS 163 (64.06% from 255) = 42.45%

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 30.47%
G = 42.45%
B = 27.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#75A368 (or 0x75A368) is known color: Amulet. HEX triplet: 75, A3 and 68. RGB value is (117,163,104). Sum of RGB (Red+Green+Blue) = 117+163+104=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 163 - color contains mainly: green. Hex color #75A368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A368 is #8A5C97. Grayscale: #8E8E8E. Windows color (decimal): -9067672 or 6857589. OLE color: 6857589.

HSL color Cylindrical-coordinate representation of color #75A368: hue angle of 106.78º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75A368 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 163 104 -
CMYK 0.28 0 0.36 0.36
HSL 106.78º 0.24% 0.52% -
HSV(B) 106.78º 0.36% 0.64% -
XYZ 22.93 30.98 17.87 -
YUV 142.52 106.26 109.8 -
System Red Green Blue C M Y K H S L
Decimal 117 163 104 0.28 0 0.36 0.36 106.78 0.24 0.52
Hex 75 A3 68 1C 0 24 24 6B 18 34
Octal 165 243 150 34 0 44 44 153 30 64
Binary 1110101 10100011 1101000 11100 0 100100 100100 1101011 11000 110100

Color Harmonies of #75A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A368

Black with #75A368

Text Example


Text Example

White with #75A368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,163,104); }

 H1.HeaderClassName
 {
   color: #75A368;
 }
 .AnyTagClassName
 {
   color: #75A368;
 }
</style>

background-color css

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

 a { background-color: rgb(117,163,104); }

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

border-color css

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

 span { border-color: rgb(117,163,104); }

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