Html Css Color HEX #68AC83 Bay Leaf

📋 copy color: '#68AC83'

red 104 ◦ green 172 ◦ blue 131

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

Shades of Bay Leaf #68AC83

Tints of Bay Leaf #68AC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.19%

R = 25.55%
G = 42.26%
B = 32.19%

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

#68AC83 (or 0x68AC83) is known color: Bay Leaf. HEX triplet: 68, AC and 83. RGB value is (104,172,131). Sum of RGB (Red+Green+Blue) = 104+172+131=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC83 is #97537C. Grayscale: #939393. Windows color (decimal): -9917309 or 8629352. OLE color: 8629352.

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

Color convert

RGB 104 172 131 -
CMYK 0.40 0 0.24 0.33
HSL 143.82º 0.29% 0.54% -
HSV(B) 143.82º 0.4% 0.67% -
XYZ 24.56 34.09 26.76 -
YUV 146.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 104 172 131 0.40 0 0.24 0.33 143.82 0.29 0.54
Hex 68 AC 83 28 0 18 21 90 1D 36
Octal 150 254 203 50 0 30 41 220 35 66
Binary 1101000 10101100 10000011 101000 0 11000 100001 10010000 11101 110110

Color Harmonies of #68AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC83

Black with #68AC83

Text Example


Text Example

White with #68AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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