Html Css Color HEX #6A8970 Laurel

📋 copy color: '#6A8970'

red 106 ◦ green 137 ◦ blue 112

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

Shades of Laurel #6A8970

Tints of Laurel #6A8970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 29.86%
G = 38.59%
B = 31.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#6A8970 (or 0x6A8970) is known color: Laurel. HEX triplet: 6A, 89 and 70. RGB value is (106,137,112). Sum of RGB (Red+Green+Blue) = 106+137+112=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8970 is #95768F. Grayscale: #7C7C7C. Windows color (decimal): -9795216 or 7375210. OLE color: 7375210.

HSL color Cylindrical-coordinate representation of color #6A8970: hue angle of 131.61º 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 #6A8970 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 137 112 -
CMYK 0.23 0 0.18 0.46
HSL 131.61º 0.13% 0.48% -
HSV(B) 131.61º 0.23% 0.54% -
XYZ 17.81 22.13 18.66 -
YUV 124.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 106 137 112 0.23 0 0.18 0.46 131.61 0.13 0.48
Hex 6A 89 70 17 0 12 2E 84 D 30
Octal 152 211 160 27 0 22 56 204 15 60
Binary 1101010 10001001 1110000 10111 0 10010 101110 10000100 1101 110000

Color Harmonies of #6A8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8970

Black with #6A8970

Text Example


Text Example

White with #6A8970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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