Html Css Color HEX #6CA262 Amulet

📋 copy color: '#6CA262'

red 108 ◦ green 162 ◦ blue 98

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

Shades of Amulet #6CA262

Tints of Amulet #6CA262

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.02%

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

R = 29.35%
G = 44.02%
B = 26.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#6CA262 (or 0x6CA262) is known color: Amulet. HEX triplet: 6C, A2 and 62. RGB value is (108,162,98). Sum of RGB (Red+Green+Blue) = 108+162+98=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA262 is #935D9D. Grayscale: #8A8A8A. Windows color (decimal): -9657758 or 6464108. OLE color: 6464108.

HSL color Cylindrical-coordinate representation of color #6CA262: hue angle of 110.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CA262 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 162 98 -
CMYK 0.33 0 0.40 0.36
HSL 110.63º 0.26% 0.51% -
HSV(B) 110.63º 0.4% 0.64% -
XYZ 21.31 29.91 16.21 -
YUV 138.56 105.11 106.2 -
System Red Green Blue C M Y K H S L
Decimal 108 162 98 0.33 0 0.40 0.36 110.63 0.26 0.51
Hex 6C A2 62 21 0 28 24 6F 1A 33
Octal 154 242 142 41 0 50 44 157 32 63
Binary 1101100 10100010 1100010 100001 0 101000 100100 1101111 11010 110011

Color Harmonies of #6CA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA262

Black with #6CA262

Text Example


Text Example

White with #6CA262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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