Html Css Color HEX #6CAA84 Bay Leaf

📋 copy color: '#6CAA84'

red 108 ◦ green 170 ◦ blue 132

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

Shades of Bay Leaf #6CAA84

Tints of Bay Leaf #6CAA84

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 132 (51.95% from 255) = 32.2%

R = 26.34%
G = 41.46%
B = 32.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#6CAA84 (or 0x6CAA84) is known color: Bay Leaf. HEX triplet: 6C, AA and 84. RGB value is (108,170,132). Sum of RGB (Red+Green+Blue) = 108+170+132=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAA84 is #93557B. Grayscale: #939393. Windows color (decimal): -9655676 or 8694380. OLE color: 8694380.

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

Color convert

RGB 108 170 132 -
CMYK 0.36 0 0.22 0.33
HSL 143.23º 0.27% 0.55% -
HSV(B) 143.23º 0.36% 0.67% -
XYZ 24.72 33.6 27.01 -
YUV 147.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 108 170 132 0.36 0 0.22 0.33 143.23 0.27 0.55
Hex 6C AA 84 24 0 16 21 8F 1B 37
Octal 154 252 204 44 0 26 41 217 33 67
Binary 1101100 10101010 10000100 100100 0 10110 100001 10001111 11011 110111

Color Harmonies of #6CAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAA84

Black with #6CAA84

Text Example


Text Example

White with #6CAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,170,132); }

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

background-color css

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

 a { background-color: rgb(108,170,132); }

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

border-color css

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

 span { border-color: rgb(108,170,132); }

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