Html Css Color HEX #6BA360 Amulet

📋 copy color: '#6BA360'

red 107 ◦ green 163 ◦ blue 96

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

Shades of Amulet #6BA360

Tints of Amulet #6BA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.54%

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 29.23%
G = 44.54%
B = 26.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#6BA360 (or 0x6BA360) is known color: Amulet. HEX triplet: 6B, A3 and 60. RGB value is (107,163,96). Sum of RGB (Red+Green+Blue) = 107+163+96=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA360 is #945C9F. Grayscale: #8A8A8A. Windows color (decimal): -9723040 or 6333291. OLE color: 6333291.

HSL color Cylindrical-coordinate representation of color #6BA360: hue angle of 110.15º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BA360 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 163 96 -
CMYK 0.34 0 0.41 0.36
HSL 110.15º 0.27% 0.51% -
HSV(B) 110.15º 0.41% 0.64% -
XYZ 21.27 30.16 15.77 -
YUV 138.62 103.95 105.45 -
System Red Green Blue C M Y K H S L
Decimal 107 163 96 0.34 0 0.41 0.36 110.15 0.27 0.51
Hex 6B A3 60 22 0 29 24 6E 1B 33
Octal 153 243 140 42 0 51 44 156 33 63
Binary 1101011 10100011 1100000 100010 0 101001 100100 1101110 11011 110011

Color Harmonies of #6BA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA360

Black with #6BA360

Text Example


Text Example

White with #6BA360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,163,96); }

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

background-color css

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

 a { background-color: rgb(107,163,96); }

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

border-color css

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

 span { border-color: rgb(107,163,96); }

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