Html Css Color HEX #6FAC85 Bay Leaf

📋 copy color: '#6FAC85'

red 111 ◦ green 172 ◦ blue 133

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

Shades of Bay Leaf #6FAC85

Tints of Bay Leaf #6FAC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 26.68%
G = 41.35%
B = 31.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#6FAC85 (or 0x6FAC85) is known color: Bay Leaf. HEX triplet: 6F, AC and 85. RGB value is (111,172,133). Sum of RGB (Red+Green+Blue) = 111+172+133=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAC85 is #90537A. Grayscale: #959595. Windows color (decimal): -9458555 or 8760431. OLE color: 8760431.

HSL color Cylindrical-coordinate representation of color #6FAC85: hue angle of 141.64º 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 #6FAC85 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 172 133 -
CMYK 0.35 0 0.23 0.33
HSL 141.64º 0.27% 0.55% -
HSV(B) 141.64º 0.35% 0.67% -
XYZ 25.54 34.58 27.52 -
YUV 149.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 111 172 133 0.35 0 0.23 0.33 141.64 0.27 0.55
Hex 6F AC 85 23 0 17 21 8E 1B 37
Octal 157 254 205 43 0 27 41 216 33 67
Binary 1101111 10101100 10000101 100011 0 10111 100001 10001110 11011 110111

Color Harmonies of #6FAC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAC85

Black with #6FAC85

Text Example


Text Example

White with #6FAC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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