Html Css Color HEX #6FB47E Bay Leaf

📋 copy color: '#6FB47E'

red 111 ◦ green 180 ◦ blue 126

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

Shades of Bay Leaf #6FB47E

Tints of Bay Leaf #6FB47E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 26.62%
G = 43.17%
B = 30.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#6FB47E (or 0x6FB47E) is known color: Bay Leaf. HEX triplet: 6F, B4 and 7E. RGB value is (111,180,126). Sum of RGB (Red+Green+Blue) = 111+180+126=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB47E is #904B81. Grayscale: #999999. Windows color (decimal): -9456514 or 8303727. OLE color: 8303727.

HSL color Cylindrical-coordinate representation of color #6FB47E: hue angle of 133.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB47E is Cyan = 0.38, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 180 126 -
CMYK 0.38 0 0.3 0.29
HSL 133.04º 0.32% 0.57% -
HSV(B) 133.04º 0.38% 0.71% -
XYZ 26.64 37.53 25.58 -
YUV 153.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 111 180 126 0.38 0 0.3 0.29 133.04 0.32 0.57
Hex 6F B4 7E 26 0 1E 1D 85 20 39
Octal 157 264 176 46 0 36 35 205 40 71
Binary 1101111 10110100 1111110 100110 0 11110 11101 10000101 100000 111001

Color Harmonies of #6FB47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB47E

Black with #6FB47E

Text Example


Text Example

White with #6FB47E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,180,126); }

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

background-color css

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

 a { background-color: rgb(111,180,126); }

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

border-color css

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

 span { border-color: rgb(111,180,126); }

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