Html Css Color HEX #6CAC83 Bay Leaf

📋 copy color: '#6CAC83'

red 108 ◦ green 172 ◦ blue 131

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

Shades of Bay Leaf #6CAC83

Tints of Bay Leaf #6CAC83

RGB

 RED value IS 108 (42.58% from 255) = 26.28%

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

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

R = 26.28%
G = 41.85%
B = 31.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#6CAC83 (or 0x6CAC83) is known color: Bay Leaf. HEX triplet: 6C, AC and 83. RGB value is (108,172,131). Sum of RGB (Red+Green+Blue) = 108+172+131=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC83 is #93537C. Grayscale: #949494. Windows color (decimal): -9655165 or 8629356. OLE color: 8629356.

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

Color convert

RGB 108 172 131 -
CMYK 0.37 0 0.24 0.33
HSL 141.56º 0.28% 0.55% -
HSV(B) 141.56º 0.37% 0.67% -
XYZ 25.03 34.33 26.78 -
YUV 148.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 108 172 131 0.37 0 0.24 0.33 141.56 0.28 0.55
Hex 6C AC 83 25 0 18 21 8E 1C 37
Octal 154 254 203 45 0 30 41 216 34 67
Binary 1101100 10101100 10000011 100101 0 11000 100001 10001110 11100 110111

Color Harmonies of #6CAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAC83

Black with #6CAC83

Text Example


Text Example

White with #6CAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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