Html Css Color HEX #6A956E Laurel

📋 copy color: '#6A956E'

red 106 ◦ green 149 ◦ blue 110

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

Shades of Laurel #6A956E

Tints of Laurel #6A956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 29.04%
G = 40.82%
B = 30.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#6A956E (or 0x6A956E) is known color: Laurel. HEX triplet: 6A, 95 and 6E. RGB value is (106,149,110). Sum of RGB (Red+Green+Blue) = 106+149+110=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #6A956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A956E is #956A91. Grayscale: #838383. Windows color (decimal): -9792146 or 7247210. OLE color: 7247210.

HSL color Cylindrical-coordinate representation of color #6A956E: hue angle of 125.58º 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 #6A956E is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 149 110 -
CMYK 0.29 0 0.26 0.42
HSL 125.58º 0.17% 0.5% -
HSV(B) 125.58º 0.29% 0.58% -
XYZ 19.51 25.68 18.68 -
YUV 131.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 106 149 110 0.29 0 0.26 0.42 125.58 0.17 0.5
Hex 6A 95 6E 1D 0 1A 2A 7E 11 32
Octal 152 225 156 35 0 32 52 176 21 62
Binary 1101010 10010101 1101110 11101 0 11010 101010 1111110 10001 110010

Color Harmonies of #6A956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A956E

Black with #6A956E

Text Example


Text Example

White with #6A956E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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