Html Css Color HEX #677C69 Laurel

📋 copy color: '#677C69'

red 103 ◦ green 124 ◦ blue 105

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

Shades of Laurel #677C69

Tints of Laurel #677C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 31.02%
G = 37.35%
B = 31.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#677C69 (or 0x677C69) is known color: Laurel. HEX triplet: 67, 7C and 69. RGB value is (103,124,105). Sum of RGB (Red+Green+Blue) = 103+124+105=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #677C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677C69 is #988396. Grayscale: #737373. Windows color (decimal): -9995159 or 6913127. OLE color: 6913127.

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

Color convert

RGB 103 124 105 -
CMYK 0.17 0 0.15 0.51
HSL 125.71º 0.09% 0.45% -
HSV(B) 125.71º 0.17% 0.49% -
XYZ 15.35 18.32 16.09 -
YUV 115.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 103 124 105 0.17 0 0.15 0.51 125.71 0.09 0.45
Hex 67 7C 69 11 0 F 33 7E 9 2D
Octal 147 174 151 21 0 17 63 176 11 55
Binary 1100111 1111100 1101001 10001 0 1111 110011 1111110 1001 101101

Color Harmonies of #677C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677C69

Black with #677C69

Text Example


Text Example

White with #677C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,124,105); }

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

background-color css

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

 a { background-color: rgb(103,124,105); }

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

border-color css

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

 span { border-color: rgb(103,124,105); }

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