Html Css Color HEX #679D6A Laurel

📋 copy color: '#679D6A'

red 103 ◦ green 157 ◦ blue 106

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

Shades of Laurel #679D6A

Tints of Laurel #679D6A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.9%

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

R = 28.14%
G = 42.9%
B = 28.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#679D6A (or 0x679D6A) is known color: Laurel. HEX triplet: 67, 9D and 6A. RGB value is (103,157,106). Sum of RGB (Red+Green+Blue) = 103+157+106=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #679D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679D6A is #986295. Grayscale: #878787. Windows color (decimal): -9986710 or 6987111. OLE color: 6987111.

HSL color Cylindrical-coordinate representation of color #679D6A: hue angle of 123.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679D6A is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 157 106 -
CMYK 0.34 0 0.32 0.38
HSL 123.33º 0.22% 0.51% -
HSV(B) 123.33º 0.34% 0.62% -
XYZ 20.25 28.04 17.98 -
YUV 135.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 103 157 106 0.34 0 0.32 0.38 123.33 0.22 0.51
Hex 67 9D 6A 22 0 20 26 7B 16 33
Octal 147 235 152 42 0 40 46 173 26 63
Binary 1100111 10011101 1101010 100010 0 100000 100110 1111011 10110 110011

Color Harmonies of #679D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679D6A

Black with #679D6A

Text Example


Text Example

White with #679D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679D6A; }

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

 H1.HeaderClassName
 {
   color: #679D6A;
 }
 .AnyTagClassName
 {
   color: #679D6A;
 }
</style>

background-color css

<style>
 a { background-color: #679D6A; }

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

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

border-color css

<style>
 span { border-color: #679D6A; }

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

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