Html Css Color HEX #68AA84 Bay Leaf

📋 copy color: '#68AA84'

red 104 ◦ green 170 ◦ blue 132

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

Shades of Bay Leaf #68AA84

Tints of Bay Leaf #68AA84

RGB

 RED value IS 104 (41.02% from 255) = 25.62%

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

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

R = 25.62%
G = 41.87%
B = 32.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#68AA84 (or 0x68AA84) is known color: Bay Leaf. HEX triplet: 68, AA and 84. RGB value is (104,170,132). Sum of RGB (Red+Green+Blue) = 104+170+132=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA84 is #97557B. Grayscale: #929292. Windows color (decimal): -9917820 or 8694376. OLE color: 8694376.

HSL color Cylindrical-coordinate representation of color #68AA84: hue angle of 145.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA84 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 170 132 -
CMYK 0.39 0 0.22 0.33
HSL 145.45º 0.28% 0.54% -
HSV(B) 145.45º 0.39% 0.67% -
XYZ 24.25 33.36 26.99 -
YUV 145.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 104 170 132 0.39 0 0.22 0.33 145.45 0.28 0.54
Hex 68 AA 84 27 0 16 21 91 1C 36
Octal 150 252 204 47 0 26 41 221 34 66
Binary 1101000 10101010 10000100 100111 0 10110 100001 10010001 11100 110110

Color Harmonies of #68AA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA84

Black with #68AA84

Text Example


Text Example

White with #68AA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AA84; }

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

 H1.HeaderClassName
 {
   color: #68AA84;
 }
 .AnyTagClassName
 {
   color: #68AA84;
 }
</style>

background-color css

<style>
 a { background-color: #68AA84; }

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

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

border-color css

<style>
 span { border-color: #68AA84; }

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

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