Html Css Color HEX #75986B Amulet

📋 copy color: '#75986B'

red 117 ◦ green 152 ◦ blue 107

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

Shades of Amulet #75986B

Tints of Amulet #75986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 31.12%
G = 40.43%
B = 28.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#75986B (or 0x75986B) is known color: Amulet. HEX triplet: 75, 98 and 6B. RGB value is (117,152,107). Sum of RGB (Red+Green+Blue) = 117+152+107=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #75986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75986B is #8A6794. Grayscale: #888888. Windows color (decimal): -9070485 or 7051381. OLE color: 7051381.

HSL color Cylindrical-coordinate representation of color #75986B: hue angle of 106.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75986B is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 107 -
CMYK 0.23 0 0.30 0.40
HSL 106.67º 0.18% 0.51% -
HSV(B) 106.67º 0.3% 0.6% -
XYZ 21.22 27.3 18.06 -
YUV 136.41 111.4 114.16 -
System Red Green Blue C M Y K H S L
Decimal 117 152 107 0.23 0 0.30 0.40 106.67 0.18 0.51
Hex 75 98 6B 17 0 1E 28 6B 12 33
Octal 165 230 153 27 0 36 50 153 22 63
Binary 1110101 10011000 1101011 10111 0 11110 101000 1101011 10010 110011

Color Harmonies of #75986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75986B

Black with #75986B

Text Example


Text Example

White with #75986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75986B; }

 p { color: rgb(117,152,107); }

 H1.HeaderClassName
 {
   color: #75986B;
 }
 .AnyTagClassName
 {
   color: #75986B;
 }
</style>

background-color css

<style>
 a { background-color: #75986B; }

 a { background-color: rgb(117,152,107); }

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

border-color css

<style>
 span { border-color: #75986B; }

 span { border-color: rgb(117,152,107); }

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