Html Css Color HEX #6FAC83 Bay Leaf

📋 copy color: '#6FAC83'

red 111 ◦ green 172 ◦ blue 131

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

Shades of Bay Leaf #6FAC83

Tints of Bay Leaf #6FAC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.55%

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 26.81%
G = 41.55%
B = 31.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#6FAC83 (or 0x6FAC83) is known color: Bay Leaf. HEX triplet: 6F, AC and 83. RGB value is (111,172,131). Sum of RGB (Red+Green+Blue) = 111+172+131=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAC83 is #90537C. Grayscale: #959595. Windows color (decimal): -9458557 or 8629359. OLE color: 8629359.

HSL color Cylindrical-coordinate representation of color #6FAC83: hue angle of 139.67º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAC83 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 172 131 -
CMYK 0.35 0 0.24 0.33
HSL 139.67º 0.27% 0.55% -
HSV(B) 139.67º 0.35% 0.67% -
XYZ 25.4 34.52 26.8 -
YUV 149.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 111 172 131 0.35 0 0.24 0.33 139.67 0.27 0.55
Hex 6F AC 83 23 0 18 21 8C 1B 37
Octal 157 254 203 43 0 30 41 214 33 67
Binary 1101111 10101100 10000011 100011 0 11000 100001 10001100 11011 110111

Color Harmonies of #6FAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAC83

Black with #6FAC83

Text Example


Text Example

White with #6FAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,172,131); }

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

background-color css

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

 a { background-color: rgb(111,172,131); }

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

border-color css

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

 span { border-color: rgb(111,172,131); }

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