Html Css Color HEX #6BA462 Amulet

📋 copy color: '#6BA462'

red 107 ◦ green 164 ◦ blue 98

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

Shades of Amulet #6BA462

Tints of Amulet #6BA462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 29%
G = 44.44%
B = 26.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#6BA462 (or 0x6BA462) is known color: Amulet. HEX triplet: 6B, A4 and 62. RGB value is (107,164,98). Sum of RGB (Red+Green+Blue) = 107+164+98=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA462 is #945B9D. Grayscale: #8B8B8B. Windows color (decimal): -9722782 or 6464619. OLE color: 6464619.

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

Color convert

RGB 107 164 98 -
CMYK 0.35 0 0.40 0.36
HSL 111.82º 0.27% 0.51% -
HSV(B) 111.82º 0.4% 0.64% -
XYZ 21.54 30.56 16.32 -
YUV 139.43 104.62 104.87 -
System Red Green Blue C M Y K H S L
Decimal 107 164 98 0.35 0 0.40 0.36 111.82 0.27 0.51
Hex 6B A4 62 23 0 28 24 70 1B 33
Octal 153 244 142 43 0 50 44 160 33 63
Binary 1101011 10100100 1100010 100011 0 101000 100100 1110000 11011 110011

Color Harmonies of #6BA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA462

Black with #6BA462

Text Example


Text Example

White with #6BA462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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