Html Css Color HEX #6A956C Laurel

📋 copy color: '#6A956C'

red 106 ◦ green 149 ◦ blue 108

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

Shades of Laurel #6A956C

Tints of Laurel #6A956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

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

R = 29.2%
G = 41.05%
B = 29.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6A956C (or 0x6A956C) is known color: Laurel. HEX triplet: 6A, 95 and 6C. RGB value is (106,149,108). Sum of RGB (Red+Green+Blue) = 106+149+108=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #6A956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A956C is #956A93. Grayscale: #838383. Windows color (decimal): -9792148 or 7116138. OLE color: 7116138.

HSL color Cylindrical-coordinate representation of color #6A956C: hue angle of 122.79º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A956C is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 149 108 -
CMYK 0.29 0 0.28 0.42
HSL 122.79º 0.17% 0.5% -
HSV(B) 122.79º 0.29% 0.58% -
XYZ 19.4 25.64 18.11 -
YUV 131.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 106 149 108 0.29 0 0.28 0.42 122.79 0.17 0.5
Hex 6A 95 6C 1D 0 1C 2A 7B 11 32
Octal 152 225 154 35 0 34 52 173 21 62
Binary 1101010 10010101 1101100 11101 0 11100 101010 1111011 10001 110010

Color Harmonies of #6A956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A956C

Black with #6A956C

Text Example


Text Example

White with #6A956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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