Html Css Color HEX #6DBA85 Bay Leaf

📋 copy color: '#6DBA85'

red 109 ◦ green 186 ◦ blue 133

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

Shades of Bay Leaf #6DBA85

Tints of Bay Leaf #6DBA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 25.47%
G = 43.46%
B = 31.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#6DBA85 (or 0x6DBA85) is known color: Bay Leaf. HEX triplet: 6D, BA and 85. RGB value is (109,186,133). Sum of RGB (Red+Green+Blue) = 109+186+133=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBA85 is #92457A. Grayscale: #9D9D9D. Windows color (decimal): -9586043 or 8764013. OLE color: 8764013.

HSL color Cylindrical-coordinate representation of color #6DBA85: hue angle of 138.7º 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 #6DBA85 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 186 133 -
CMYK 0.41 0 0.28 0.27
HSL 138.7º 0.36% 0.58% -
HSV(B) 138.7º 0.41% 0.73% -
XYZ 28.1 40.06 28.44 -
YUV 156.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 109 186 133 0.41 0 0.28 0.27 138.7 0.36 0.58
Hex 6D BA 85 29 0 1C 1B 8B 24 3A
Octal 155 272 205 51 0 34 33 213 44 72
Binary 1101101 10111010 10000101 101001 0 11100 11011 10001011 100100 111010

Color Harmonies of #6DBA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBA85

Black with #6DBA85

Text Example


Text Example

White with #6DBA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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