Html Css Color HEX #6C7C6D Laurel

📋 copy color: '#6C7C6D'

red 108 ◦ green 124 ◦ blue 109

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

Shades of Laurel #6C7C6D

Tints of Laurel #6C7C6D

RGB

 RED value IS 108 (42.58% from 255) = 31.67%

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 31.67%
G = 36.36%
B = 31.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#6C7C6D (or 0x6C7C6D) is known color: Laurel. HEX triplet: 6C, 7C and 6D. RGB value is (108,124,109). Sum of RGB (Red+Green+Blue) = 108+124+109=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7C6D is #938392. Grayscale: #757575. Windows color (decimal): -9667475 or 7175276. OLE color: 7175276.

HSL color Cylindrical-coordinate representation of color #6C7C6D: hue angle of 123.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C7C6D is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 124 109 -
CMYK 0.13 0 0.12 0.51
HSL 123.75º 0.07% 0.45% -
HSV(B) 123.75º 0.13% 0.49% -
XYZ 16.15 18.71 17.23 -
YUV 117.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 108 124 109 0.13 0 0.12 0.51 123.75 0.07 0.45
Hex 6C 7C 6D D 0 C 33 7C 7 2D
Octal 154 174 155 15 0 14 63 174 7 55
Binary 1101100 1111100 1101101 1101 0 1100 110011 1111100 111 101101

Color Harmonies of #6C7C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7C6D

Black with #6C7C6D

Text Example


Text Example

White with #6C7C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,124,109); }

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

background-color css

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

 a { background-color: rgb(108,124,109); }

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

border-color css

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

 span { border-color: rgb(108,124,109); }

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