Html Css Color HEX #6CA067 Amulet

📋 copy color: '#6CA067'

red 108 ◦ green 160 ◦ blue 103

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

Shades of Amulet #6CA067

Tints of Amulet #6CA067

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.13%

 BLUE value IS 103 (40.63% from 255) = 27.76%

R = 29.11%
G = 43.13%
B = 27.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#6CA067 (or 0x6CA067) is known color: Amulet. HEX triplet: 6C, A0 and 67. RGB value is (108,160,103). Sum of RGB (Red+Green+Blue) = 108+160+103=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA067 is #935F98. Grayscale: #8A8A8A. Windows color (decimal): -9658265 or 6791276. OLE color: 6791276.

HSL color Cylindrical-coordinate representation of color #6CA067: hue angle of 114.74º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA067 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 160 103 -
CMYK 0.32 0 0.36 0.37
HSL 114.74º 0.23% 0.52% -
HSV(B) 114.74º 0.36% 0.63% -
XYZ 21.2 29.31 17.37 -
YUV 137.95 108.27 106.63 -
System Red Green Blue C M Y K H S L
Decimal 108 160 103 0.32 0 0.36 0.37 114.74 0.23 0.52
Hex 6C A0 67 20 0 24 25 73 17 34
Octal 154 240 147 40 0 44 45 163 27 64
Binary 1101100 10100000 1100111 100000 0 100100 100101 1110011 10111 110100

Color Harmonies of #6CA067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA067

Black with #6CA067

Text Example


Text Example

White with #6CA067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,160,103); }

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

background-color css

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

 a { background-color: rgb(108,160,103); }

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

border-color css

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

 span { border-color: rgb(108,160,103); }

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