Html Css Color HEX #6B956C Laurel

📋 copy color: '#6B956C'

red 107 ◦ green 149 ◦ blue 108

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

Shades of Laurel #6B956C

Tints of Laurel #6B956C

RGB

 RED value IS 107 (42.19% from 255) = 29.4%

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

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

R = 29.4%
G = 40.93%
B = 29.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6B956C (or 0x6B956C) is known color: Laurel. HEX triplet: 6B, 95 and 6C. RGB value is (107,149,108). Sum of RGB (Red+Green+Blue) = 107+149+108=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #6B956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B956C is #946A93. Grayscale: #838383. Windows color (decimal): -9726612 or 7116139. OLE color: 7116139.

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

Color convert

RGB 107 149 108 -
CMYK 0.28 0 0.28 0.42
HSL 121.43º 0.17% 0.5% -
HSV(B) 121.43º 0.28% 0.58% -
XYZ 19.52 25.7 18.12 -
YUV 131.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 107 149 108 0.28 0 0.28 0.42 121.43 0.17 0.5
Hex 6B 95 6C 1C 0 1C 2A 79 11 32
Octal 153 225 154 34 0 34 52 171 21 62
Binary 1101011 10010101 1101100 11100 0 11100 101010 1111001 10001 110010

Color Harmonies of #6B956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B956C

Black with #6B956C

Text Example


Text Example

White with #6B956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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