Html Css Color HEX #6BAF86 Bay Leaf

📋 copy color: '#6BAF86'

red 107 ◦ green 175 ◦ blue 134

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

Shades of Bay Leaf #6BAF86

Tints of Bay Leaf #6BAF86

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.07%

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 25.72%
G = 42.07%
B = 32.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#6BAF86 (or 0x6BAF86) is known color: Bay Leaf. HEX triplet: 6B, AF and 86. RGB value is (107,175,134). Sum of RGB (Red+Green+Blue) = 107+175+134=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAF86 is #945079. Grayscale: #969696. Windows color (decimal): -9719930 or 8826731. OLE color: 8826731.

HSL color Cylindrical-coordinate representation of color #6BAF86: hue angle of 143.82º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF86 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 175 134 -
CMYK 0.39 0 0.23 0.31
HSL 143.82º 0.3% 0.55% -
HSV(B) 143.82º 0.39% 0.69% -
XYZ 25.7 35.51 28.05 -
YUV 149.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 107 175 134 0.39 0 0.23 0.31 143.82 0.3 0.55
Hex 6B AF 86 27 0 17 1F 90 1E 37
Octal 153 257 206 47 0 27 37 220 36 67
Binary 1101011 10101111 10000110 100111 0 10111 11111 10010000 11110 110111

Color Harmonies of #6BAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAF86

Black with #6BAF86

Text Example


Text Example

White with #6BAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,175,134); }

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

background-color css

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

 a { background-color: rgb(107,175,134); }

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

border-color css

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

 span { border-color: rgb(107,175,134); }

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