Html Css Color HEX #68A983 Bay Leaf

📋 copy color: '#68A983'

red 104 ◦ green 169 ◦ blue 131

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

Shades of Bay Leaf #68A983

Tints of Bay Leaf #68A983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

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

R = 25.74%
G = 41.83%
B = 32.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#68A983 (or 0x68A983) is known color: Bay Leaf. HEX triplet: 68, A9 and 83. RGB value is (104,169,131). Sum of RGB (Red+Green+Blue) = 104+169+131=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #68A983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A983 is #97567C. Grayscale: #919191. Windows color (decimal): -9918077 or 8628584. OLE color: 8628584.

HSL color Cylindrical-coordinate representation of color #68A983: hue angle of 144.92º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A983 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 169 131 -
CMYK 0.38 0 0.22 0.34
HSL 144.92º 0.27% 0.54% -
HSV(B) 144.92º 0.38% 0.66% -
XYZ 23.99 32.96 26.57 -
YUV 145.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 104 169 131 0.38 0 0.22 0.34 144.92 0.27 0.54
Hex 68 A9 83 26 0 16 22 91 1B 36
Octal 150 251 203 46 0 26 42 221 33 66
Binary 1101000 10101001 10000011 100110 0 10110 100010 10010001 11011 110110

Color Harmonies of #68A983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A983

Black with #68A983

Text Example


Text Example

White with #68A983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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