Html Css Color HEX #689C6C Laurel

📋 copy color: '#689C6C'

red 104 ◦ green 156 ◦ blue 108

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

Shades of Laurel #689C6C

Tints of Laurel #689C6C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 28.26%
G = 42.39%
B = 29.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#689C6C (or 0x689C6C) is known color: Laurel. HEX triplet: 68, 9C and 6C. RGB value is (104,156,108). Sum of RGB (Red+Green+Blue) = 104+156+108=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #689C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689C6C is #976393. Grayscale: #878787. Windows color (decimal): -9921428 or 7117928. OLE color: 7117928.

HSL color Cylindrical-coordinate representation of color #689C6C: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689C6C is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 156 108 -
CMYK 0.33 0 0.31 0.39
HSL 124.62º 0.21% 0.51% -
HSV(B) 124.62º 0.33% 0.61% -
XYZ 20.3 27.8 18.48 -
YUV 134.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 104 156 108 0.33 0 0.31 0.39 124.62 0.21 0.51
Hex 68 9C 6C 21 0 1F 27 7D 15 33
Octal 150 234 154 41 0 37 47 175 25 63
Binary 1101000 10011100 1101100 100001 0 11111 100111 1111101 10101 110011

Color Harmonies of #689C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689C6C

Black with #689C6C

Text Example


Text Example

White with #689C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,156,108); }

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

background-color css

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

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

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

border-color css

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

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

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