Html Css Color HEX #6BB682 Bay Leaf

📋 copy color: '#6BB682'

red 107 ◦ green 182 ◦ blue 130

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

Shades of Bay Leaf #6BB682

Tints of Bay Leaf #6BB682

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.44%

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 25.54%
G = 43.44%
B = 31.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#6BB682 (or 0x6BB682) is known color: Bay Leaf. HEX triplet: 6B, B6 and 82. RGB value is (107,182,130). Sum of RGB (Red+Green+Blue) = 107+182+130=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 182 - color contains mainly: green. Hex color #6BB682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB682 is #94497D. Grayscale: #999999. Windows color (decimal): -9718142 or 8566379. OLE color: 8566379.

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

Color convert

RGB 107 182 130 -
CMYK 0.41 0 0.29 0.29
HSL 138.4º 0.34% 0.57% -
HSV(B) 138.4º 0.41% 0.71% -
XYZ 26.82 38.19 27.08 -
YUV 153.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 107 182 130 0.41 0 0.29 0.29 138.4 0.34 0.57
Hex 6B B6 82 29 0 1D 1D 8A 22 39
Octal 153 266 202 51 0 35 35 212 42 71
Binary 1101011 10110110 10000010 101001 0 11101 11101 10001010 100010 111001

Color Harmonies of #6BB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB682

Black with #6BB682

Text Example


Text Example

White with #6BB682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,182,130); }

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

background-color css

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

 a { background-color: rgb(107,182,130); }

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

border-color css

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

 span { border-color: rgb(107,182,130); }

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