Html Css Color HEX #689370 Laurel

📋 copy color: '#689370'

red 104 ◦ green 147 ◦ blue 112

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

Shades of Laurel #689370

Tints of Laurel #689370

RGB

 RED value IS 104 (41.02% from 255) = 28.65%

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 28.65%
G = 40.5%
B = 30.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#689370 (or 0x689370) is known color: Laurel. HEX triplet: 68, 93 and 70. RGB value is (104,147,112). Sum of RGB (Red+Green+Blue) = 104+147+112=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #689370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689370 is #976C8F. Grayscale: #828282. Windows color (decimal): -9923728 or 7377768. OLE color: 7377768.

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

Color convert

RGB 104 147 112 -
CMYK 0.29 0 0.24 0.42
HSL 131.16º 0.17% 0.49% -
HSV(B) 131.16º 0.29% 0.58% -
XYZ 19.07 24.98 19.15 -
YUV 130.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 104 147 112 0.29 0 0.24 0.42 131.16 0.17 0.49
Hex 68 93 70 1D 0 18 2A 83 11 31
Octal 150 223 160 35 0 30 52 203 21 61
Binary 1101000 10010011 1110000 11101 0 11000 101010 10000011 10001 110001

Color Harmonies of #689370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689370

Black with #689370

Text Example


Text Example

White with #689370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689370; }

 p { color: rgb(104,147,112); }

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

background-color css

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

 a { background-color: rgb(104,147,112); }

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

border-color css

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

 span { border-color: rgb(104,147,112); }

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