Html Css Color HEX #6CA268 Amulet

📋 copy color: '#6CA268'

red 108 ◦ green 162 ◦ blue 104

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

Shades of Amulet #6CA268

Tints of Amulet #6CA268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 28.88%
G = 43.32%
B = 27.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#6CA268 (or 0x6CA268) is known color: Amulet. HEX triplet: 6C, A2 and 68. RGB value is (108,162,104). Sum of RGB (Red+Green+Blue) = 108+162+104=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA268 is #935D97. Grayscale: #8B8B8B. Windows color (decimal): -9657752 or 6857324. OLE color: 6857324.

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

Color convert

RGB 108 162 104 -
CMYK 0.33 0 0.36 0.36
HSL 115.86º 0.24% 0.52% -
HSV(B) 115.86º 0.36% 0.64% -
XYZ 21.6 30.03 17.75 -
YUV 139.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 108 162 104 0.33 0 0.36 0.36 115.86 0.24 0.52
Hex 6C A2 68 21 0 24 24 74 18 34
Octal 154 242 150 41 0 44 44 164 30 64
Binary 1101100 10100010 1101000 100001 0 100100 100100 1110100 11000 110100

Color Harmonies of #6CA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA268

Black with #6CA268

Text Example


Text Example

White with #6CA268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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