Html Css Color HEX #6FB682 Bay Leaf

📋 copy color: '#6FB682'

red 111 ◦ green 182 ◦ blue 130

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

Shades of Bay Leaf #6FB682

Tints of Bay Leaf #6FB682

RGB

 RED value IS 111 (43.75% from 255) = 26.24%

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

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

R = 26.24%
G = 43.03%
B = 30.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#6FB682 (or 0x6FB682) is known color: Bay Leaf. HEX triplet: 6F, B6 and 82. RGB value is (111,182,130). Sum of RGB (Red+Green+Blue) = 111+182+130=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB682 is #90497D. Grayscale: #9A9A9A. Windows color (decimal): -9455998 or 8566383. OLE color: 8566383.

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

Color convert

RGB 111 182 130 -
CMYK 0.39 0 0.29 0.29
HSL 136.06º 0.33% 0.57% -
HSV(B) 136.06º 0.39% 0.71% -
XYZ 27.31 38.45 27.1 -
YUV 154.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 111 182 130 0.39 0 0.29 0.29 136.06 0.33 0.57
Hex 6F B6 82 27 0 1D 1D 88 21 39
Octal 157 266 202 47 0 35 35 210 41 71
Binary 1101111 10110110 10000010 100111 0 11101 11101 10001000 100001 111001

Color Harmonies of #6FB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB682

Black with #6FB682

Text Example


Text Example

White with #6FB682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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