Html Css Color HEX #6DAF7F Bay Leaf

📋 copy color: '#6DAF7F'

red 109 ◦ green 175 ◦ blue 127

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

Shades of Bay Leaf #6DAF7F

Tints of Bay Leaf #6DAF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.9%

R = 26.52%
G = 42.58%
B = 30.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#6DAF7F (or 0x6DAF7F) is known color: Bay Leaf. HEX triplet: 6D, AF and 7F. RGB value is (109,175,127). Sum of RGB (Red+Green+Blue) = 109+175+127=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF7F is #925080. Grayscale: #959595. Windows color (decimal): -9588865 or 8367981. OLE color: 8367981.

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

Color convert

RGB 109 175 127 -
CMYK 0.38 0 0.27 0.31
HSL 136.36º 0.29% 0.56% -
HSV(B) 136.36º 0.38% 0.69% -
XYZ 25.47 35.44 25.58 -
YUV 149.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 109 175 127 0.38 0 0.27 0.31 136.36 0.29 0.56
Hex 6D AF 7F 26 0 1B 1F 88 1D 38
Octal 155 257 177 46 0 33 37 210 35 70
Binary 1101101 10101111 1111111 100110 0 11011 11111 10001000 11101 111000

Color Harmonies of #6DAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAF7F

Black with #6DAF7F

Text Example


Text Example

White with #6DAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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