Html Css Color HEX #688A67 Laurel

📋 copy color: '#688A67'

red 104 ◦ green 138 ◦ blue 103

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

Shades of Laurel #688A67

Tints of Laurel #688A67

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

 BLUE value IS 103 (40.63% from 255) = 29.86%

R = 30.14%
G = 40%
B = 29.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#688A67 (or 0x688A67) is known color: Laurel. HEX triplet: 68, 8A and 67. RGB value is (104,138,103). Sum of RGB (Red+Green+Blue) = 104+138+103=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #688A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A67 is #977598. Grayscale: #7B7B7B. Windows color (decimal): -9926041 or 6785640. OLE color: 6785640.

HSL color Cylindrical-coordinate representation of color #688A67: hue angle of 118.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A67 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 103 -
CMYK 0.25 0 0.25 0.46
HSL 118.29º 0.15% 0.47% -
HSV(B) 118.29º 0.25% 0.54% -
XYZ 17.25 22.1 16.19 -
YUV 123.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 104 138 103 0.25 0 0.25 0.46 118.29 0.15 0.47
Hex 68 8A 67 19 0 19 2E 76 F 2F
Octal 150 212 147 31 0 31 56 166 17 57
Binary 1101000 10001010 1100111 11001 0 11001 101110 1110110 1111 101111

Color Harmonies of #688A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A67

Black with #688A67

Text Example


Text Example

White with #688A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688A67; }

 p { color: rgb(104,138,103); }

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

background-color css

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

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

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

border-color css

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

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

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