Html Css Color HEX #6DBA83 Bay Leaf

📋 copy color: '#6DBA83'

red 109 ◦ green 186 ◦ blue 131

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

Shades of Bay Leaf #6DBA83

Tints of Bay Leaf #6DBA83

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.66%

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

R = 25.59%
G = 43.66%
B = 30.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#6DBA83 (or 0x6DBA83) is known color: Bay Leaf. HEX triplet: 6D, BA and 83. RGB value is (109,186,131). Sum of RGB (Red+Green+Blue) = 109+186+131=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBA83 is #92457C. Grayscale: #9C9C9C. Windows color (decimal): -9586045 or 8632941. OLE color: 8632941.

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

Color convert

RGB 109 186 131 -
CMYK 0.41 0 0.30 0.27
HSL 137.14º 0.36% 0.58% -
HSV(B) 137.14º 0.41% 0.73% -
XYZ 27.96 40.01 27.72 -
YUV 156.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 109 186 131 0.41 0 0.30 0.27 137.14 0.36 0.58
Hex 6D BA 83 29 0 1E 1B 89 24 3A
Octal 155 272 203 51 0 36 33 211 44 72
Binary 1101101 10111010 10000011 101001 0 11110 11011 10001001 100100 111010

Color Harmonies of #6DBA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBA83

Black with #6DBA83

Text Example


Text Example

White with #6DBA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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