Html Css Color HEX #6FA982 Bay Leaf

📋 copy color: '#6FA982'

red 111 ◦ green 169 ◦ blue 130

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

Shades of Bay Leaf #6FA982

Tints of Bay Leaf #6FA982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.22%

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

R = 27.07%
G = 41.22%
B = 31.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#6FA982 (or 0x6FA982) is known color: Bay Leaf. HEX triplet: 6F, A9 and 82. RGB value is (111,169,130). Sum of RGB (Red+Green+Blue) = 111+169+130=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA982 is #90567D. Grayscale: #939393. Windows color (decimal): -9459326 or 8563055. OLE color: 8563055.

HSL color Cylindrical-coordinate representation of color #6FA982: hue angle of 139.66º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA982 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 111 169 130 -
CMYK 0.34 0 0.23 0.34
HSL 139.66º 0.25% 0.55% -
HSV(B) 139.66º 0.34% 0.66% -
XYZ 24.77 33.37 26.25 -
YUV 147.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 111 169 130 0.34 0 0.23 0.34 139.66 0.25 0.55
Hex 6F A9 82 22 0 17 22 8C 19 37
Octal 157 251 202 42 0 27 42 214 31 67
Binary 1101111 10101001 10000010 100010 0 10111 100010 10001100 11001 110111

Color Harmonies of #6FA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA982

Black with #6FA982

Text Example


Text Example

White with #6FA982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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