Html Css Color HEX #689468 Laurel

📋 copy color: '#689468'

red 104 ◦ green 148 ◦ blue 104

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

Shades of Laurel #689468

Tints of Laurel #689468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 29.21%
G = 41.57%
B = 29.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#689468 (or 0x689468) is known color: Laurel. HEX triplet: 68, 94 and 68. RGB value is (104,148,104). Sum of RGB (Red+Green+Blue) = 104+148+104=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #689468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689468 is #976B97. Grayscale: #818181. Windows color (decimal): -9923480 or 6853736. OLE color: 6853736.

HSL color Cylindrical-coordinate representation of color #689468: hue angle of 120º 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 #689468 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 148 104 -
CMYK 0.30 0 0.30 0.42
HSL 120º 0.17% 0.49% -
HSV(B) 120º 0.3% 0.58% -
XYZ 18.8 25.12 16.96 -
YUV 129.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 104 148 104 0.30 0 0.30 0.42 120 0.17 0.49
Hex 68 94 68 1E 0 1E 2A 78 11 31
Octal 150 224 150 36 0 36 52 170 21 61
Binary 1101000 10010100 1101000 11110 0 11110 101010 1111000 10001 110001

Color Harmonies of #689468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689468

Black with #689468

Text Example


Text Example

White with #689468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689468; }

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

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

background-color css

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

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

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

border-color css

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

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

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