Html Css Color HEX #68AC82 Bay Leaf

📋 copy color: '#68AC82'

red 104 ◦ green 172 ◦ blue 130

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

Shades of Bay Leaf #68AC82

Tints of Bay Leaf #68AC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 25.62%
G = 42.36%
B = 32.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#68AC82 (or 0x68AC82) is known color: Bay Leaf. HEX triplet: 68, AC and 82. RGB value is (104,172,130). Sum of RGB (Red+Green+Blue) = 104+172+130=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC82 is #97537D. Grayscale: #929292. Windows color (decimal): -9917310 or 8563816. OLE color: 8563816.

HSL color Cylindrical-coordinate representation of color #68AC82: hue angle of 142.94º 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 #68AC82 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 130 -
CMYK 0.40 0 0.24 0.33
HSL 142.94º 0.29% 0.54% -
HSV(B) 142.94º 0.4% 0.67% -
XYZ 24.49 34.06 26.4 -
YUV 146.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 104 172 130 0.40 0 0.24 0.33 142.94 0.29 0.54
Hex 68 AC 82 28 0 18 21 8F 1D 36
Octal 150 254 202 50 0 30 41 217 35 66
Binary 1101000 10101100 10000010 101000 0 11000 100001 10001111 11101 110110

Color Harmonies of #68AC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC82

Black with #68AC82

Text Example


Text Example

White with #68AC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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