Html Css Color HEX #75B36B Amulet

📋 copy color: '#75B36B'

red 117 ◦ green 179 ◦ blue 107

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

Shades of Amulet #75B36B

Tints of Amulet #75B36B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

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

R = 29.03%
G = 44.42%
B = 26.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#75B36B (or 0x75B36B) is known color: Amulet. HEX triplet: 75, B3 and 6B. RGB value is (117,179,107). Sum of RGB (Red+Green+Blue) = 117+179+107=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #75B36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B36B is #8A4C94. Grayscale: #989898. Windows color (decimal): -9063573 or 7058293. OLE color: 7058293.

HSL color Cylindrical-coordinate representation of color #75B36B: hue angle of 111.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75B36B is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 179 107 -
CMYK 0.35 0 0.40 0.30
HSL 111.67º 0.32% 0.56% -
HSV(B) 111.67º 0.4% 0.7% -
XYZ 26.11 37.08 19.69 -
YUV 152.25 102.46 102.85 -
System Red Green Blue C M Y K H S L
Decimal 117 179 107 0.35 0 0.40 0.30 111.67 0.32 0.56
Hex 75 B3 6B 23 0 28 1E 70 20 38
Octal 165 263 153 43 0 50 36 160 40 70
Binary 1110101 10110011 1101011 100011 0 101000 11110 1110000 100000 111000

Color Harmonies of #75B36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B36B

Black with #75B36B

Text Example


Text Example

White with #75B36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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