Html Css Color HEX #6FAF7F Bay Leaf

📋 copy color: '#6FAF7F'

red 111 ◦ green 175 ◦ blue 127

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

Shades of Bay Leaf #6FAF7F

Tints of Bay Leaf #6FAF7F

RGB

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

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

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

R = 26.88%
G = 42.37%
B = 30.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#6FAF7F (or 0x6FAF7F) is known color: Bay Leaf. HEX triplet: 6F, AF and 7F. RGB value is (111,175,127). Sum of RGB (Red+Green+Blue) = 111+175+127=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF7F is #905080. Grayscale: #969696. Windows color (decimal): -9457793 or 8367983. OLE color: 8367983.

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

Color convert

RGB 111 175 127 -
CMYK 0.37 0 0.27 0.31
HSL 135º 0.29% 0.56% -
HSV(B) 135º 0.37% 0.69% -
XYZ 25.72 35.57 25.59 -
YUV 150.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 111 175 127 0.37 0 0.27 0.31 135 0.29 0.56
Hex 6F AF 7F 25 0 1B 1F 87 1D 38
Octal 157 257 177 45 0 33 37 207 35 70
Binary 1101111 10101111 1111111 100101 0 11011 11111 10000111 11101 111000

Color Harmonies of #6FAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAF7F

Black with #6FAF7F

Text Example


Text Example

White with #6FAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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