Html Css Color HEX #6BA366 Amulet

📋 copy color: '#6BA366'

red 107 ◦ green 163 ◦ blue 102

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

Shades of Amulet #6BA366

Tints of Amulet #6BA366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.42%

R = 28.76%
G = 43.82%
B = 27.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#6BA366 (or 0x6BA366) is known color: Amulet. HEX triplet: 6B, A3 and 66. RGB value is (107,163,102). Sum of RGB (Red+Green+Blue) = 107+163+102=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA366 is #945C99. Grayscale: #8B8B8B. Windows color (decimal): -9723034 or 6726507. OLE color: 6726507.

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

Color convert

RGB 107 163 102 -
CMYK 0.34 0 0.37 0.36
HSL 115.08º 0.25% 0.52% -
HSV(B) 115.08º 0.37% 0.64% -
XYZ 21.56 30.28 17.28 -
YUV 139.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 107 163 102 0.34 0 0.37 0.36 115.08 0.25 0.52
Hex 6B A3 66 22 0 25 24 73 19 34
Octal 153 243 146 42 0 45 44 163 31 64
Binary 1101011 10100011 1100110 100010 0 100101 100100 1110011 11001 110100

Color Harmonies of #6BA366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA366

Black with #6BA366

Text Example


Text Example

White with #6BA366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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