Html Css Color HEX #6FB481 Bay Leaf

📋 copy color: '#6FB481'

red 111 ◦ green 180 ◦ blue 129

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

Shades of Bay Leaf #6FB481

Tints of Bay Leaf #6FB481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 26.43%
G = 42.86%
B = 30.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#6FB481 (or 0x6FB481) is known color: Bay Leaf. HEX triplet: 6F, B4 and 81. RGB value is (111,180,129). Sum of RGB (Red+Green+Blue) = 111+180+129=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB481 is #904B7E. Grayscale: #999999. Windows color (decimal): -9456511 or 8500335. OLE color: 8500335.

HSL color Cylindrical-coordinate representation of color #6FB481: hue angle of 135.65º 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 #6FB481 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 180 129 -
CMYK 0.38 0 0.28 0.29
HSL 135.65º 0.32% 0.57% -
HSV(B) 135.65º 0.38% 0.71% -
XYZ 26.84 37.61 26.61 -
YUV 153.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 111 180 129 0.38 0 0.28 0.29 135.65 0.32 0.57
Hex 6F B4 81 26 0 1C 1D 88 20 39
Octal 157 264 201 46 0 34 35 210 40 71
Binary 1101111 10110100 10000001 100110 0 11100 11101 10001000 100000 111001

Color Harmonies of #6FB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB481

Black with #6FB481

Text Example


Text Example

White with #6FB481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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