Html Css Color HEX #6BAB83 Bay Leaf

📋 copy color: '#6BAB83'

red 107 ◦ green 171 ◦ blue 131

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

Shades of Bay Leaf #6BAB83

Tints of Bay Leaf #6BAB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 131 (51.56% from 255) = 32.03%

R = 26.16%
G = 41.81%
B = 32.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#6BAB83 (or 0x6BAB83) is known color: Bay Leaf. HEX triplet: 6B, AB and 83. RGB value is (107,171,131). Sum of RGB (Red+Green+Blue) = 107+171+131=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB83 is #94547C. Grayscale: #939393. Windows color (decimal): -9720957 or 8629099. OLE color: 8629099.

HSL color Cylindrical-coordinate representation of color #6BAB83: hue angle of 142.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB83 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 171 131 -
CMYK 0.37 0 0.23 0.33
HSL 142.5º 0.28% 0.55% -
HSV(B) 142.5º 0.37% 0.67% -
XYZ 24.72 33.89 26.71 -
YUV 147.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 107 171 131 0.37 0 0.23 0.33 142.5 0.28 0.55
Hex 6B AB 83 25 0 17 21 8E 1C 37
Octal 153 253 203 45 0 27 41 216 34 67
Binary 1101011 10101011 10000011 100101 0 10111 100001 10001110 11100 110111

Color Harmonies of #6BAB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB83

Black with #6BAB83

Text Example


Text Example

White with #6BAB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,131); }

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

background-color css

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

 a { background-color: rgb(107,171,131); }

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

border-color css

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

 span { border-color: rgb(107,171,131); }

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