Html Css Color HEX #68B380 Bay Leaf

📋 copy color: '#68B380'

red 104 ◦ green 179 ◦ blue 128

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

Shades of Bay Leaf #68B380

Tints of Bay Leaf #68B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 25.3%
G = 43.55%
B = 31.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#68B380 (or 0x68B380) is known color: Bay Leaf. HEX triplet: 68, B3 and 80. RGB value is (104,179,128). Sum of RGB (Red+Green+Blue) = 104+179+128=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #68B380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B380 is #974C7F. Grayscale: #969696. Windows color (decimal): -9915520 or 8434536. OLE color: 8434536.

HSL color Cylindrical-coordinate representation of color #68B380: hue angle of 139.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B380 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 179 128 -
CMYK 0.42 0 0.28 0.30
HSL 139.2º 0.33% 0.55% -
HSV(B) 139.2º 0.42% 0.7% -
XYZ 25.73 36.74 26.16 -
YUV 150.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 104 179 128 0.42 0 0.28 0.30 139.2 0.33 0.55
Hex 68 B3 80 2A 0 1C 1E 8B 21 37
Octal 150 263 200 52 0 34 36 213 41 67
Binary 1101000 10110011 10000000 101010 0 11100 11110 10001011 100001 110111

Color Harmonies of #68B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B380

Black with #68B380

Text Example


Text Example

White with #68B380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,179,128); }

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

background-color css

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

 a { background-color: rgb(104,179,128); }

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

border-color css

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

 span { border-color: rgb(104,179,128); }

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