Html Css Color HEX #689A6A Laurel

📋 copy color: '#689A6A'

red 104 ◦ green 154 ◦ blue 106

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

Shades of Laurel #689A6A

Tints of Laurel #689A6A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.31%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 28.57%
G = 42.31%
B = 29.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#689A6A (or 0x689A6A) is known color: Laurel. HEX triplet: 68, 9A and 6A. RGB value is (104,154,106). Sum of RGB (Red+Green+Blue) = 104+154+106=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #689A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A6A is #976595. Grayscale: #858585. Windows color (decimal): -9921942 or 6986344. OLE color: 6986344.

HSL color Cylindrical-coordinate representation of color #689A6A: hue angle of 122.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A6A is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 154 106 -
CMYK 0.32 0 0.31 0.40
HSL 122.4º 0.2% 0.51% -
HSV(B) 122.4º 0.32% 0.6% -
XYZ 19.87 27.09 17.82 -
YUV 133.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 104 154 106 0.32 0 0.31 0.40 122.4 0.2 0.51
Hex 68 9A 6A 20 0 1F 28 7A 14 33
Octal 150 232 152 40 0 37 50 172 24 63
Binary 1101000 10011010 1101010 100000 0 11111 101000 1111010 10100 110011

Color Harmonies of #689A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689A6A

Black with #689A6A

Text Example


Text Example

White with #689A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689A6A; }

 p { color: rgb(104,154,106); }

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

background-color css

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

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

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

border-color css

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

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

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