Html Css Color HEX #6BA053 Asparagus

📋 copy color: '#6BA053'

red 107 ◦ green 160 ◦ blue 83

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

Shades of Asparagus #6BA053

Tints of Asparagus #6BA053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.71%

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 30.57%
G = 45.71%
B = 23.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#6BA053 (or 0x6BA053) is known color: Asparagus. HEX triplet: 6B, A0 and 53. RGB value is (107,160,83). Sum of RGB (Red+Green+Blue) = 107+160+83=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA053 is #945FAC. Grayscale: #878787. Windows color (decimal): -9723821 or 5480555. OLE color: 5480555.

HSL color Cylindrical-coordinate representation of color #6BA053: hue angle of 101.3º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BA053 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 160 83 -
CMYK 0.33 0 0.48 0.37
HSL 101.3º 0.32% 0.48% -
HSV(B) 101.3º 0.48% 0.63% -
XYZ 20.2 28.89 12.7 -
YUV 135.38 98.44 107.76 -
System Red Green Blue C M Y K H S L
Decimal 107 160 83 0.33 0 0.48 0.37 101.3 0.32 0.48
Hex 6B A0 53 21 0 30 25 65 20 30
Octal 153 240 123 41 0 60 45 145 40 60
Binary 1101011 10100000 1010011 100001 0 110000 100101 1100101 100000 110000

Color Harmonies of #6BA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA053

Black with #6BA053

Text Example


Text Example

White with #6BA053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,160,83); }

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

background-color css

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

 a { background-color: rgb(107,160,83); }

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

border-color css

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

 span { border-color: rgb(107,160,83); }

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