Html Css Color HEX #6BB481 Bay Leaf

📋 copy color: '#6BB481'

red 107 ◦ green 180 ◦ blue 129

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

Shades of Bay Leaf #6BB481

Tints of Bay Leaf #6BB481

RGB

 RED value IS 107 (42.19% from 255) = 25.72%

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

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

R = 25.72%
G = 43.27%
B = 31.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#6BB481 (or 0x6BB481) is known color: Bay Leaf. HEX triplet: 6B, B4 and 81. RGB value is (107,180,129). Sum of RGB (Red+Green+Blue) = 107+180+129=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB481 is #944B7E. Grayscale: #989898. Windows color (decimal): -9718655 or 8500331. OLE color: 8500331.

HSL color Cylindrical-coordinate representation of color #6BB481: hue angle of 138.08º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB481 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 107 180 129 -
CMYK 0.41 0 0.28 0.29
HSL 138.08º 0.33% 0.56% -
HSV(B) 138.08º 0.41% 0.71% -
XYZ 26.35 37.35 26.59 -
YUV 152.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 107 180 129 0.41 0 0.28 0.29 138.08 0.33 0.56
Hex 6B B4 81 29 0 1C 1D 8A 21 38
Octal 153 264 201 51 0 34 35 212 41 70
Binary 1101011 10110100 10000001 101001 0 11100 11101 10001010 100001 111000

Color Harmonies of #6BB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB481

Black with #6BB481

Text Example


Text Example

White with #6BB481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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