Html Css Color HEX #6A896F Laurel

📋 copy color: '#6A896F'

red 106 ◦ green 137 ◦ blue 111

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

Shades of Laurel #6A896F

Tints of Laurel #6A896F

RGB

 RED value IS 106 (41.8% from 255) = 29.94%

 GREEN value IS 137 (53.91% from 255) = 38.7%

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 29.94%
G = 38.7%
B = 31.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#6A896F (or 0x6A896F) is known color: Laurel. HEX triplet: 6A, 89 and 6F. RGB value is (106,137,111). Sum of RGB (Red+Green+Blue) = 106+137+111=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #6A896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A896F is #957690. Grayscale: #7C7C7C. Windows color (decimal): -9795217 or 7309674. OLE color: 7309674.

HSL color Cylindrical-coordinate representation of color #6A896F: hue angle of 129.68º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A896F is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 137 111 -
CMYK 0.23 0 0.19 0.46
HSL 129.68º 0.13% 0.48% -
HSV(B) 129.68º 0.23% 0.54% -
XYZ 17.76 22.1 18.37 -
YUV 124.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 106 137 111 0.23 0 0.19 0.46 129.68 0.13 0.48
Hex 6A 89 6F 17 0 13 2E 82 D 30
Octal 152 211 157 27 0 23 56 202 15 60
Binary 1101010 10001001 1101111 10111 0 10011 101110 10000010 1101 110000

Color Harmonies of #6A896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A896F

Black with #6A896F

Text Example


Text Example

White with #6A896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A896F; }

 p { color: rgb(106,137,111); }

 H1.HeaderClassName
 {
   color: #6A896F;
 }
 .AnyTagClassName
 {
   color: #6A896F;
 }
</style>

background-color css

<style>
 a { background-color: #6A896F; }

 a { background-color: rgb(106,137,111); }

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

border-color css

<style>
 span { border-color: #6A896F; }

 span { border-color: rgb(106,137,111); }

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