Html Css Color HEX #6CA562 Amulet

📋 copy color: '#6CA562'

red 108 ◦ green 165 ◦ blue 98

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

Shades of Amulet #6CA562

Tints of Amulet #6CA562

RGB

 RED value IS 108 (42.58% from 255) = 29.11%

 GREEN value IS 165 (64.84% from 255) = 44.47%

 BLUE value IS 98 (38.67% from 255) = 26.42%

R = 29.11%
G = 44.47%
B = 26.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#6CA562 (or 0x6CA562) is known color: Amulet. HEX triplet: 6C, A5 and 62. RGB value is (108,165,98). Sum of RGB (Red+Green+Blue) = 108+165+98=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA562 is #935A9D. Grayscale: #8C8C8C. Windows color (decimal): -9656990 or 6464876. OLE color: 6464876.

HSL color Cylindrical-coordinate representation of color #6CA562: hue angle of 111.04º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CA562 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 108 165 98 -
CMYK 0.35 0 0.41 0.35
HSL 111.04º 0.27% 0.52% -
HSV(B) 111.04º 0.41% 0.65% -
XYZ 21.84 30.98 16.38 -
YUV 140.32 104.12 104.95 -
System Red Green Blue C M Y K H S L
Decimal 108 165 98 0.35 0 0.41 0.35 111.04 0.27 0.52
Hex 6C A5 62 23 0 29 23 6F 1B 34
Octal 154 245 142 43 0 51 43 157 33 64
Binary 1101100 10100101 1100010 100011 0 101001 100011 1101111 11011 110100

Color Harmonies of #6CA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA562

Black with #6CA562

Text Example


Text Example

White with #6CA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CA562; }

 p { color: rgb(108,165,98); }

 H1.HeaderClassName
 {
   color: #6CA562;
 }
 .AnyTagClassName
 {
   color: #6CA562;
 }
</style>

background-color css

<style>
 a { background-color: #6CA562; }

 a { background-color: rgb(108,165,98); }

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

border-color css

<style>
 span { border-color: #6CA562; }

 span { border-color: rgb(108,165,98); }

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