Html Css Color HEX #6A986E Laurel

📋 copy color: '#6A986E'

red 106 ◦ green 152 ◦ blue 110

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

Shades of Laurel #6A986E

Tints of Laurel #6A986E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

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

R = 28.8%
G = 41.3%
B = 29.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#6A986E (or 0x6A986E) is known color: Laurel. HEX triplet: 6A, 98 and 6E. RGB value is (106,152,110). Sum of RGB (Red+Green+Blue) = 106+152+110=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #6A986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A986E is #956791. Grayscale: #858585. Windows color (decimal): -9791378 or 7247978. OLE color: 7247978.

HSL color Cylindrical-coordinate representation of color #6A986E: hue angle of 125.22º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A986E is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 152 110 -
CMYK 0.30 0 0.28 0.40
HSL 125.22º 0.18% 0.51% -
HSV(B) 125.22º 0.3% 0.6% -
XYZ 19.99 26.65 18.84 -
YUV 133.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 106 152 110 0.30 0 0.28 0.40 125.22 0.18 0.51
Hex 6A 98 6E 1E 0 1C 28 7D 12 33
Octal 152 230 156 36 0 34 50 175 22 63
Binary 1101010 10011000 1101110 11110 0 11100 101000 1111101 10010 110011

Color Harmonies of #6A986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A986E

Black with #6A986E

Text Example


Text Example

White with #6A986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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