Html Css Color HEX #6BAE86 Bay Leaf

📋 copy color: '#6BAE86'

red 107 ◦ green 174 ◦ blue 134

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

Shades of Bay Leaf #6BAE86

Tints of Bay Leaf #6BAE86

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.93%

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

R = 25.78%
G = 41.93%
B = 32.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#6BAE86 (or 0x6BAE86) is known color: Bay Leaf. HEX triplet: 6B, AE and 86. RGB value is (107,174,134). Sum of RGB (Red+Green+Blue) = 107+174+134=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAE86 is #945179. Grayscale: #959595. Windows color (decimal): -9720186 or 8826475. OLE color: 8826475.

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

Color convert

RGB 107 174 134 -
CMYK 0.39 0 0.23 0.32
HSL 144.18º 0.29% 0.55% -
HSV(B) 144.18º 0.39% 0.68% -
XYZ 25.5 35.12 27.99 -
YUV 149.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 107 174 134 0.39 0 0.23 0.32 144.18 0.29 0.55
Hex 6B AE 86 27 0 17 20 90 1D 37
Octal 153 256 206 47 0 27 40 220 35 67
Binary 1101011 10101110 10000110 100111 0 10111 100000 10010000 11101 110111

Color Harmonies of #6BAE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAE86

Black with #6BAE86

Text Example


Text Example

White with #6BAE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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