Html Css Color HEX #677E6A Laurel

📋 copy color: '#677E6A'

red 103 ◦ green 126 ◦ blue 106

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

Shades of Laurel #677E6A

Tints of Laurel #677E6A

RGB

 RED value IS 103 (40.63% from 255) = 30.75%

 GREEN value IS 126 (49.61% from 255) = 37.61%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 30.75%
G = 37.61%
B = 31.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#677E6A (or 0x677E6A) is known color: Laurel. HEX triplet: 67, 7E and 6A. RGB value is (103,126,106). Sum of RGB (Red+Green+Blue) = 103+126+106=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 126 - color contains mainly: green. Hex color #677E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677E6A is #988195. Grayscale: #747474. Windows color (decimal): -9994646 or 6979175. OLE color: 6979175.

HSL color Cylindrical-coordinate representation of color #677E6A: hue angle of 127.83º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #677E6A is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 126 106 -
CMYK 0.18 0 0.16 0.51
HSL 127.83º 0.1% 0.45% -
HSV(B) 127.83º 0.18% 0.49% -
XYZ 15.66 18.85 16.45 -
YUV 116.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 103 126 106 0.18 0 0.16 0.51 127.83 0.1 0.45
Hex 67 7E 6A 12 0 10 33 80 A 2D
Octal 147 176 152 22 0 20 63 200 12 55
Binary 1100111 1111110 1101010 10010 0 10000 110011 10000000 1010 101101

Color Harmonies of #677E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677E6A

Black with #677E6A

Text Example


Text Example

White with #677E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677E6A; }

 p { color: rgb(103,126,106); }

 H1.HeaderClassName
 {
   color: #677E6A;
 }
 .AnyTagClassName
 {
   color: #677E6A;
 }
</style>

background-color css

<style>
 a { background-color: #677E6A; }

 a { background-color: rgb(103,126,106); }

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

border-color css

<style>
 span { border-color: #677E6A; }

 span { border-color: rgb(103,126,106); }

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