Html Css Color HEX #689470 Laurel

📋 copy color: '#689470'

red 104 ◦ green 148 ◦ blue 112

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

Shades of Laurel #689470

Tints of Laurel #689470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 28.57%
G = 40.66%
B = 30.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#689470 (or 0x689470) is known color: Laurel. HEX triplet: 68, 94 and 70. RGB value is (104,148,112). Sum of RGB (Red+Green+Blue) = 104+148+112=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #689470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689470 is #976B8F. Grayscale: #828282. Windows color (decimal): -9923472 or 7378024. OLE color: 7378024.

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

Color convert

RGB 104 148 112 -
CMYK 0.30 0 0.24 0.42
HSL 130.91º 0.17% 0.49% -
HSV(B) 130.91º 0.3% 0.58% -
XYZ 19.22 25.29 19.2 -
YUV 130.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 104 148 112 0.30 0 0.24 0.42 130.91 0.17 0.49
Hex 68 94 70 1E 0 18 2A 83 11 31
Octal 150 224 160 36 0 30 52 203 21 61
Binary 1101000 10010100 1110000 11110 0 11000 101010 10000011 10001 110001

Color Harmonies of #689470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689470

Black with #689470

Text Example


Text Example

White with #689470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689470; }

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

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

background-color css

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

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

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

border-color css

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

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

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