Html Css Color HEX #68AF81 Bay Leaf

📋 copy color: '#68AF81'

red 104 ◦ green 175 ◦ blue 129

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

Shades of Bay Leaf #68AF81

Tints of Bay Leaf #68AF81

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.89%

 BLUE value IS 129 (50.78% from 255) = 31.62%

R = 25.49%
G = 42.89%
B = 31.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#68AF81 (or 0x68AF81) is known color: Bay Leaf. HEX triplet: 68, AF and 81. RGB value is (104,175,129). Sum of RGB (Red+Green+Blue) = 104+175+129=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF81 is #97507E. Grayscale: #949494. Windows color (decimal): -9916543 or 8499048. OLE color: 8499048.

HSL color Cylindrical-coordinate representation of color #68AF81: hue angle of 141.13º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF81 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 129 -
CMYK 0.41 0 0.26 0.31
HSL 141.13º 0.31% 0.55% -
HSV(B) 141.13º 0.41% 0.69% -
XYZ 25 35.19 26.24 -
YUV 148.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 104 175 129 0.41 0 0.26 0.31 141.13 0.31 0.55
Hex 68 AF 81 29 0 1A 1F 8D 1F 37
Octal 150 257 201 51 0 32 37 215 37 67
Binary 1101000 10101111 10000001 101001 0 11010 11111 10001101 11111 110111

Color Harmonies of #68AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF81

Black with #68AF81

Text Example


Text Example

White with #68AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,175,129); }

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

background-color css

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

 a { background-color: rgb(104,175,129); }

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

border-color css

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

 span { border-color: rgb(104,175,129); }

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