Html Css Color HEX #6DAF83 Bay Leaf

📋 copy color: '#6DAF83'

red 109 ◦ green 175 ◦ blue 131

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

Shades of Bay Leaf #6DAF83

Tints of Bay Leaf #6DAF83

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

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

R = 26.27%
G = 42.17%
B = 31.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#6DAF83 (or 0x6DAF83) is known color: Bay Leaf. HEX triplet: 6D, AF and 83. RGB value is (109,175,131). Sum of RGB (Red+Green+Blue) = 109+175+131=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF83 is #92507C. Grayscale: #969696. Windows color (decimal): -9588861 or 8630125. OLE color: 8630125.

HSL color Cylindrical-coordinate representation of color #6DAF83: hue angle of 140º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAF83 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 175 131 -
CMYK 0.38 0 0.25 0.31
HSL 140º 0.29% 0.56% -
HSV(B) 140º 0.38% 0.69% -
XYZ 25.73 35.55 26.98 -
YUV 150.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 109 175 131 0.38 0 0.25 0.31 140 0.29 0.56
Hex 6D AF 83 26 0 19 1F 8C 1D 38
Octal 155 257 203 46 0 31 37 214 35 70
Binary 1101101 10101111 10000011 100110 0 11001 11111 10001100 11101 111000

Color Harmonies of #6DAF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAF83

Black with #6DAF83

Text Example


Text Example

White with #6DAF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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