Html Css Color HEX #6FAC8A Bay Leaf

📋 copy color: '#6FAC8A'

red 111 ◦ green 172 ◦ blue 138

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

Shades of Bay Leaf #6FAC8A

Tints of Bay Leaf #6FAC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 26.37%
G = 40.86%
B = 32.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#6FAC8A (or 0x6FAC8A) is known color: Bay Leaf. HEX triplet: 6F, AC and 8A. RGB value is (111,172,138). Sum of RGB (Red+Green+Blue) = 111+172+138=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAC8A is #905375. Grayscale: #959595. Windows color (decimal): -9458550 or 9088111. OLE color: 9088111.

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

Color convert

RGB 111 172 138 -
CMYK 0.35 0 0.20 0.33
HSL 146.56º 0.27% 0.55% -
HSV(B) 146.56º 0.35% 0.67% -
XYZ 25.9 34.72 29.38 -
YUV 149.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 111 172 138 0.35 0 0.20 0.33 146.56 0.27 0.55
Hex 6F AC 8A 23 0 14 21 93 1B 37
Octal 157 254 212 43 0 24 41 223 33 67
Binary 1101111 10101100 10001010 100011 0 10100 100001 10010011 11011 110111

Color Harmonies of #6FAC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAC8A

Black with #6FAC8A

Text Example


Text Example

White with #6FAC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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