Html Css Color HEX #6FB28B Bay Leaf

📋 copy color: '#6FB28B'

red 111 ◦ green 178 ◦ blue 139

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

Shades of Bay Leaf #6FB28B

Tints of Bay Leaf #6FB28B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.59%

 BLUE value IS 139 (54.69% from 255) = 32.48%

R = 25.93%
G = 41.59%
B = 32.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#6FB28B (or 0x6FB28B) is known color: Bay Leaf. HEX triplet: 6F, B2 and 8B. RGB value is (111,178,139). Sum of RGB (Red+Green+Blue) = 111+178+139=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB28B is #904D74. Grayscale: #999999. Windows color (decimal): -9457013 or 9155183. OLE color: 9155183.

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

Color convert

RGB 111 178 139 -
CMYK 0.38 0 0.22 0.30
HSL 145.07º 0.3% 0.57% -
HSV(B) 145.07º 0.38% 0.7% -
XYZ 27.14 37.08 30.15 -
YUV 153.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 111 178 139 0.38 0 0.22 0.30 145.07 0.3 0.57
Hex 6F B2 8B 26 0 16 1E 91 1E 39
Octal 157 262 213 46 0 26 36 221 36 71
Binary 1101111 10110010 10001011 100110 0 10110 11110 10010001 11110 111001

Color Harmonies of #6FB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB28B

Black with #6FB28B

Text Example


Text Example

White with #6FB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,178,139); }

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

background-color css

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

 a { background-color: rgb(111,178,139); }

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

border-color css

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

 span { border-color: rgb(111,178,139); }

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