Html Css Color HEX #6A8D6C Laurel

📋 copy color: '#6A8D6C'

red 106 ◦ green 141 ◦ blue 108

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

Shades of Laurel #6A8D6C

Tints of Laurel #6A8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.72%

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 29.86%
G = 39.72%
B = 30.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#6A8D6C (or 0x6A8D6C) is known color: Laurel. HEX triplet: 6A, 8D and 6C. RGB value is (106,141,108). Sum of RGB (Red+Green+Blue) = 106+141+108=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8D6C is #957293. Grayscale: #7E7E7E. Windows color (decimal): -9794196 or 7114090. OLE color: 7114090.

HSL color Cylindrical-coordinate representation of color #6A8D6C: hue angle of 123.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8D6C is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 141 108 -
CMYK 0.25 0 0.23 0.45
HSL 123.43º 0.14% 0.48% -
HSV(B) 123.43º 0.25% 0.55% -
XYZ 18.18 23.2 17.71 -
YUV 126.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 106 141 108 0.25 0 0.23 0.45 123.43 0.14 0.48
Hex 6A 8D 6C 19 0 17 2D 7B E 30
Octal 152 215 154 31 0 27 55 173 16 60
Binary 1101010 10001101 1101100 11001 0 10111 101101 1111011 1110 110000

Color Harmonies of #6A8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8D6C

Black with #6A8D6C

Text Example


Text Example

White with #6A8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,141,108); }

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

background-color css

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

 a { background-color: rgb(106,141,108); }

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

border-color css

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

 span { border-color: rgb(106,141,108); }

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