Html Css Color HEX #75B066 Amulet

📋 copy color: '#75B066'

red 117 ◦ green 176 ◦ blue 102

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

Shades of Amulet #75B066

Tints of Amulet #75B066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 29.62%
G = 44.56%
B = 25.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#75B066 (or 0x75B066) is known color: Amulet. HEX triplet: 75, B0 and 66. RGB value is (117,176,102). Sum of RGB (Red+Green+Blue) = 117+176+102=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #75B066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B066 is #8A4F99. Grayscale: #969696. Windows color (decimal): -9064346 or 6729845. OLE color: 6729845.

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

Color convert

RGB 117 176 102 -
CMYK 0.34 0 0.42 0.31
HSL 107.84º 0.32% 0.55% -
HSV(B) 107.84º 0.42% 0.69% -
XYZ 25.26 35.79 18.15 -
YUV 149.92 100.95 104.52 -
System Red Green Blue C M Y K H S L
Decimal 117 176 102 0.34 0 0.42 0.31 107.84 0.32 0.55
Hex 75 B0 66 22 0 2A 1F 6C 20 37
Octal 165 260 146 42 0 52 37 154 40 67
Binary 1110101 10110000 1100110 100010 0 101010 11111 1101100 100000 110111

Color Harmonies of #75B066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B066

Black with #75B066

Text Example


Text Example

White with #75B066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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