Html Css Color HEX #6BA464 Amulet

📋 copy color: '#6BA464'

red 107 ◦ green 164 ◦ blue 100

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

Shades of Amulet #6BA464

Tints of Amulet #6BA464

RGB

 RED value IS 107 (42.19% from 255) = 28.84%

 GREEN value IS 164 (64.45% from 255) = 44.2%

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 28.84%
G = 44.2%
B = 26.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#6BA464 (or 0x6BA464) is known color: Amulet. HEX triplet: 6B, A4 and 64. RGB value is (107,164,100). Sum of RGB (Red+Green+Blue) = 107+164+100=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA464 is #945B9B. Grayscale: #8B8B8B. Windows color (decimal): -9722780 or 6595691. OLE color: 6595691.

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

Color convert

RGB 107 164 100 -
CMYK 0.35 0 0.39 0.36
HSL 113.44º 0.26% 0.52% -
HSV(B) 113.44º 0.39% 0.64% -
XYZ 21.64 30.6 16.82 -
YUV 139.66 105.62 104.7 -
System Red Green Blue C M Y K H S L
Decimal 107 164 100 0.35 0 0.39 0.36 113.44 0.26 0.52
Hex 6B A4 64 23 0 27 24 71 1A 34
Octal 153 244 144 43 0 47 44 161 32 64
Binary 1101011 10100100 1100100 100011 0 100111 100100 1110001 11010 110100

Color Harmonies of #6BA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA464

Black with #6BA464

Text Example


Text Example

White with #6BA464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,164,100); }

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

background-color css

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

 a { background-color: rgb(107,164,100); }

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

border-color css

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

 span { border-color: rgb(107,164,100); }

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