Html Css Color HEX #688269 Laurel

📋 copy color: '#688269'

red 104 ◦ green 130 ◦ blue 105

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

Shades of Laurel #688269

Tints of Laurel #688269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 30.68%
G = 38.35%
B = 30.97%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#688269 (or 0x688269) is known color: Laurel. HEX triplet: 68, 82 and 69. RGB value is (104,130,105). Sum of RGB (Red+Green+Blue) = 104+130+105=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #688269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688269 is #977D96. Grayscale: #777777. Windows color (decimal): -9928087 or 6914664. OLE color: 6914664.

HSL color Cylindrical-coordinate representation of color #688269: hue angle of 122.31º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #688269 is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 105 -
CMYK 0.2 0 0.19 0.49
HSL 122.31º 0.11% 0.46% -
HSV(B) 122.31º 0.2% 0.51% -
XYZ 16.24 19.93 16.36 -
YUV 119.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 104 130 105 0.2 0 0.19 0.49 122.31 0.11 0.46
Hex 68 82 69 14 0 13 31 7A B 2E
Octal 150 202 151 24 0 23 61 172 13 56
Binary 1101000 10000010 1101001 10100 0 10011 110001 1111010 1011 101110

Color Harmonies of #688269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688269

Black with #688269

Text Example


Text Example

White with #688269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688269; }

 p { color: rgb(104,130,105); }

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

background-color css

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

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

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

border-color css

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

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

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