Html Css Color HEX #8CB17D Amulet

📋 copy color: '#8CB17D'

red 140 ◦ green 177 ◦ blue 125

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

Shades of Amulet #8CB17D

Tints of Amulet #8CB17D

RGB

 RED value IS 140 (55.08% from 255) = 31.67%

 GREEN value IS 177 (69.53% from 255) = 40.05%

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 31.67%
G = 40.05%
B = 28.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#8CB17D (or 0x8CB17D) is known color: Amulet. HEX triplet: 8C, B1 and 7D. RGB value is (140,177,125). Sum of RGB (Red+Green+Blue) = 140+177+125=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB17D is #734E82. Grayscale: #A0A0A0. Windows color (decimal): -7556739 or 8237452. OLE color: 8237452.

HSL color Cylindrical-coordinate representation of color #8CB17D: hue angle of 102.69º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CB17D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 125 -
CMYK 0.21 0 0.29 0.31
HSL 102.69º 0.25% 0.59% -
HSV(B) 102.69º 0.29% 0.69% -
XYZ 30.24 38.5 25.24 -
YUV 160.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 140 177 125 0.21 0 0.29 0.31 102.69 0.25 0.59
Hex 8C B1 7D 15 0 1D 1F 67 19 3B
Octal 214 261 175 25 0 35 37 147 31 73
Binary 10001100 10110001 1111101 10101 0 11101 11111 1100111 11001 111011

Color Harmonies of #8CB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB17D

Black with #8CB17D

Text Example


Text Example

White with #8CB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB17D; }

 p { color: rgb(140,177,125); }

 H1.HeaderClassName
 {
   color: #8CB17D;
 }
 .AnyTagClassName
 {
   color: #8CB17D;
 }
</style>

background-color css

<style>
 a { background-color: #8CB17D; }

 a { background-color: rgb(140,177,125); }

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

border-color css

<style>
 span { border-color: #8CB17D; }

 span { border-color: rgb(140,177,125); }

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