Html Css Color HEX #6DA268 Amulet

📋 copy color: '#6DA268'

red 109 ◦ green 162 ◦ blue 104

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

Shades of Amulet #6DA268

Tints of Amulet #6DA268

RGB

 RED value IS 109 (42.97% from 255) = 29.07%

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

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

R = 29.07%
G = 43.2%
B = 27.73%

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

#6DA268 (or 0x6DA268) is known color: Amulet. HEX triplet: 6D, A2 and 68. RGB value is (109,162,104). Sum of RGB (Red+Green+Blue) = 109+162+104=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA268 is #925D97. Grayscale: #8B8B8B. Windows color (decimal): -9592216 or 6857325. OLE color: 6857325.

HSL color Cylindrical-coordinate representation of color #6DA268: hue angle of 114.83º 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 #6DA268 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 162 104 -
CMYK 0.33 0 0.36 0.36
HSL 114.83º 0.24% 0.52% -
HSV(B) 114.83º 0.36% 0.64% -
XYZ 21.73 30.09 17.76 -
YUV 139.54 107.94 106.22 -
System Red Green Blue C M Y K H S L
Decimal 109 162 104 0.33 0 0.36 0.36 114.83 0.24 0.52
Hex 6D A2 68 21 0 24 24 73 18 34
Octal 155 242 150 41 0 44 44 163 30 64
Binary 1101101 10100010 1101000 100001 0 100100 100100 1110011 11000 110100

Color Harmonies of #6DA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA268

Black with #6DA268

Text Example


Text Example

White with #6DA268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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