Html Css Color HEX #6DAA83 Bay Leaf

📋 copy color: '#6DAA83'

red 109 ◦ green 170 ◦ blue 131

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

Shades of Bay Leaf #6DAA83

Tints of Bay Leaf #6DAA83

RGB

 RED value IS 109 (42.97% from 255) = 26.59%

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 26.59%
G = 41.46%
B = 31.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#6DAA83 (or 0x6DAA83) is known color: Bay Leaf. HEX triplet: 6D, AA and 83. RGB value is (109,170,131). Sum of RGB (Red+Green+Blue) = 109+170+131=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAA83 is #92557C. Grayscale: #939393. Windows color (decimal): -9590141 or 8628845. OLE color: 8628845.

HSL color Cylindrical-coordinate representation of color #6DAA83: hue angle of 141.64º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAA83 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 170 131 -
CMYK 0.36 0 0.23 0.33
HSL 141.64º 0.26% 0.55% -
HSV(B) 141.64º 0.36% 0.67% -
XYZ 24.78 33.64 26.66 -
YUV 147.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 109 170 131 0.36 0 0.23 0.33 141.64 0.26 0.55
Hex 6D AA 83 24 0 17 21 8E 1A 37
Octal 155 252 203 44 0 27 41 216 32 67
Binary 1101101 10101010 10000011 100100 0 10111 100001 10001110 11010 110111

Color Harmonies of #6DAA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA83

Black with #6DAA83

Text Example


Text Example

White with #6DAA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,170,131); }

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

background-color css

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

 a { background-color: rgb(109,170,131); }

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

border-color css

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

 span { border-color: rgb(109,170,131); }

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