Html Css Color HEX #6FAD7F Bay Leaf

📋 copy color: '#6FAD7F'

red 111 ◦ green 173 ◦ blue 127

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

Shades of Bay Leaf #6FAD7F

Tints of Bay Leaf #6FAD7F

RGB

 RED value IS 111 (43.75% from 255) = 27.01%

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 27.01%
G = 42.09%
B = 30.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#6FAD7F (or 0x6FAD7F) is known color: Bay Leaf. HEX triplet: 6F, AD and 7F. RGB value is (111,173,127). Sum of RGB (Red+Green+Blue) = 111+173+127=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAD7F is #905280. Grayscale: #959595. Windows color (decimal): -9458305 or 8367471. OLE color: 8367471.

HSL color Cylindrical-coordinate representation of color #6FAD7F: hue angle of 135.48º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAD7F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 173 127 -
CMYK 0.36 0 0.27 0.32
HSL 135.48º 0.27% 0.56% -
HSV(B) 135.48º 0.36% 0.68% -
XYZ 25.33 34.8 25.46 -
YUV 149.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 111 173 127 0.36 0 0.27 0.32 135.48 0.27 0.56
Hex 6F AD 7F 24 0 1B 20 87 1B 38
Octal 157 255 177 44 0 33 40 207 33 70
Binary 1101111 10101101 1111111 100100 0 11011 100000 10000111 11011 111000

Color Harmonies of #6FAD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAD7F

Black with #6FAD7F

Text Example


Text Example

White with #6FAD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,173,127); }

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

background-color css

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

 a { background-color: rgb(111,173,127); }

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

border-color css

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

 span { border-color: rgb(111,173,127); }

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