Html Css Color HEX #6FBD7F Bay Leaf

📋 copy color: '#6FBD7F'

red 111 ◦ green 189 ◦ blue 127

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

Shades of Bay Leaf #6FBD7F

Tints of Bay Leaf #6FBD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.26%

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

R = 26%
G = 44.26%
B = 29.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#6FBD7F (or 0x6FBD7F) is known color: Bay Leaf. HEX triplet: 6F, BD and 7F. RGB value is (111,189,127). Sum of RGB (Red+Green+Blue) = 111+189+127=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBD7F is #904280. Grayscale: #9E9E9E. Windows color (decimal): -9454209 or 8371567. OLE color: 8371567.

HSL color Cylindrical-coordinate representation of color #6FBD7F: hue angle of 132.31º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBD7F is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 189 127 -
CMYK 0.41 0 0.33 0.26
HSL 132.31º 0.37% 0.59% -
HSV(B) 132.31º 0.41% 0.74% -
XYZ 28.58 41.31 26.55 -
YUV 158.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 111 189 127 0.41 0 0.33 0.26 132.31 0.37 0.59
Hex 6F BD 7F 29 0 21 1A 84 25 3B
Octal 157 275 177 51 0 41 32 204 45 73
Binary 1101111 10111101 1111111 101001 0 100001 11010 10000100 100101 111011

Color Harmonies of #6FBD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBD7F

Black with #6FBD7F

Text Example


Text Example

White with #6FBD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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