Html Css Color HEX #68AC81 Bay Leaf

📋 copy color: '#68AC81'

red 104 ◦ green 172 ◦ blue 129

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

Shades of Bay Leaf #68AC81

Tints of Bay Leaf #68AC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 25.68%
G = 42.47%
B = 31.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#68AC81 (or 0x68AC81) is known color: Bay Leaf. HEX triplet: 68, AC and 81. RGB value is (104,172,129). Sum of RGB (Red+Green+Blue) = 104+172+129=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC81 is #97537E. Grayscale: #929292. Windows color (decimal): -9917311 or 8498280. OLE color: 8498280.

HSL color Cylindrical-coordinate representation of color #68AC81: hue angle of 142.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC81 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 129 -
CMYK 0.40 0 0.25 0.33
HSL 142.06º 0.29% 0.54% -
HSV(B) 142.06º 0.4% 0.67% -
XYZ 24.42 34.03 26.05 -
YUV 146.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 104 172 129 0.40 0 0.25 0.33 142.06 0.29 0.54
Hex 68 AC 81 28 0 19 21 8E 1D 36
Octal 150 254 201 50 0 31 41 216 35 66
Binary 1101000 10101100 10000001 101000 0 11001 100001 10001110 11101 110110

Color Harmonies of #68AC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC81

Black with #68AC81

Text Example


Text Example

White with #68AC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,129); }

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

background-color css

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

 a { background-color: rgb(104,172,129); }

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

border-color css

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

 span { border-color: rgb(104,172,129); }

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