Html Css Color HEX #6CA265 Amulet

📋 copy color: '#6CA265'

red 108 ◦ green 162 ◦ blue 101

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

Shades of Amulet #6CA265

Tints of Amulet #6CA265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 29.11%
G = 43.67%
B = 27.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#6CA265 (or 0x6CA265) is known color: Amulet. HEX triplet: 6C, A2 and 65. RGB value is (108,162,101). Sum of RGB (Red+Green+Blue) = 108+162+101=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA265 is #935D9A. Grayscale: #8B8B8B. Windows color (decimal): -9657755 or 6660716. OLE color: 6660716.

HSL color Cylindrical-coordinate representation of color #6CA265: hue angle of 113.11º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CA265 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 162 101 -
CMYK 0.33 0 0.38 0.36
HSL 113.11º 0.25% 0.52% -
HSV(B) 113.11º 0.38% 0.64% -
XYZ 21.45 29.97 16.97 -
YUV 138.9 106.61 105.96 -
System Red Green Blue C M Y K H S L
Decimal 108 162 101 0.33 0 0.38 0.36 113.11 0.25 0.52
Hex 6C A2 65 21 0 26 24 71 19 34
Octal 154 242 145 41 0 46 44 161 31 64
Binary 1101100 10100010 1100101 100001 0 100110 100100 1110001 11001 110100

Color Harmonies of #6CA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA265

Black with #6CA265

Text Example


Text Example

White with #6CA265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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