Html Css Color HEX #68AB83 Bay Leaf

📋 copy color: '#68AB83'

red 104 ◦ green 171 ◦ blue 131

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

Shades of Bay Leaf #68AB83

Tints of Bay Leaf #68AB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

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

R = 25.62%
G = 42.12%
B = 32.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#68AB83 (or 0x68AB83) is known color: Bay Leaf. HEX triplet: 68, AB and 83. RGB value is (104,171,131). Sum of RGB (Red+Green+Blue) = 104+171+131=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB83 is #97547C. Grayscale: #929292. Windows color (decimal): -9917565 or 8629096. OLE color: 8629096.

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

Color convert

RGB 104 171 131 -
CMYK 0.39 0 0.23 0.33
HSL 144.18º 0.29% 0.54% -
HSV(B) 144.18º 0.39% 0.67% -
XYZ 24.37 33.71 26.69 -
YUV 146.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 104 171 131 0.39 0 0.23 0.33 144.18 0.29 0.54
Hex 68 AB 83 27 0 17 21 90 1D 36
Octal 150 253 203 47 0 27 41 220 35 66
Binary 1101000 10101011 10000011 100111 0 10111 100001 10010000 11101 110110

Color Harmonies of #68AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB83

Black with #68AB83

Text Example


Text Example

White with #68AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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