Html Css Color HEX #6D9868 Laurel

📋 copy color: '#6D9868'

red 109 ◦ green 152 ◦ blue 104

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

Shades of Laurel #6D9868

Tints of Laurel #6D9868

RGB

 RED value IS 109 (42.97% from 255) = 29.86%

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

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 29.86%
G = 41.64%
B = 28.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#6D9868 (or 0x6D9868) is known color: Laurel. HEX triplet: 6D, 98 and 68. RGB value is (109,152,104). Sum of RGB (Red+Green+Blue) = 109+152+104=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #6D9868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9868 is #926797. Grayscale: #858585. Windows color (decimal): -9594776 or 6854765. OLE color: 6854765.

HSL color Cylindrical-coordinate representation of color #6D9868: hue angle of 113.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D9868 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 152 104 -
CMYK 0.28 0 0.32 0.40
HSL 113.75º 0.19% 0.5% -
HSV(B) 113.75º 0.32% 0.6% -
XYZ 20.03 26.71 17.2 -
YUV 133.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 109 152 104 0.28 0 0.32 0.40 113.75 0.19 0.5
Hex 6D 98 68 1C 0 20 28 72 13 32
Octal 155 230 150 34 0 40 50 162 23 62
Binary 1101101 10011000 1101000 11100 0 100000 101000 1110010 10011 110010

Color Harmonies of #6D9868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9868

Black with #6D9868

Text Example


Text Example

White with #6D9868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,152,104); }

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

background-color css

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

 a { background-color: rgb(109,152,104); }

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

border-color css

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

 span { border-color: rgb(109,152,104); }

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